https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a55f9c4562852dfac02a3927a3fec045eb68ff7d authored by Jason Self on 18 December 2009, 21:47:19 UTC
Linux-libre 2.6.31.9-gnu1
Tip revision: a55f9c4
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