https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b8c214c91c04b275c5221a430c24f2f6ae04dd4b authored by Jason Self on 05 October 2009, 15:19:22 UTC
Linux-libre 2.6.27.36-gnu1
Tip revision: b8c214c
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