https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 94f2d9522b0e8c1e9d75fd6fe7d33bbfedc1606c authored by Jason Self on 19 March 2012, 15:58:36 UTC
Linux-libre 3.0.25-gnu1
Tip revision: 94f2d95
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