https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 100123656da6fa598c0616b36f205aa5bc59d264 authored by Jason Self on 04 February 2013, 00:22:17 UTC
Linux-libre 3.0.62-gnu1
Tip revision: 1001236
namei.h
/*  linux/fs/ext3/namei.h
 *
 * Copyright (C) 2005 Simtec Electronics
 *	Ben Dooks <ben@simtec.co.uk>
 *
*/

extern struct dentry *ext3_get_parent(struct dentry *child);
back to top