https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 8670689be517912f7ea72848757cc8ae6f57853f authored by Jason Self on 25 January 2010, 18:50:20 UTC
Linux-libre 2.6.32.6-gnu1
Tip revision: 8670689
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