https://jxself.org/git/linux-libre.git
Raw File
Tip revision: aa95e7da9dfa2cbf38c2cc7936112aac7acbac2c authored by Jason Self on 19 May 2013, 17:06:01 UTC
Linux-libre 3.0.79-gnu1
Tip revision: aa95e7d
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