https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7110f87967fb2cac0ff8eec8ba0bb52f22eb1f93 authored by Jason Self on 24 July 2009, 21:48:27 UTC
Linux-libre 2.6.30.3-gnu1
Tip revision: 7110f87
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