https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 6e655f3863c2914f41aed75e7ffb491aa877cdf6 authored by Jason Self on 14 April 2011, 20:04:02 UTC
Linux-libre 2.6.38.3-gnu1
Tip revision: 6e655f3
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