https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 5a126adb3c852469e874d2a2a7f9e9f2f69bc4be authored by Jason Self on 26 November 2011, 17:11:33 UTC
Linux-libre 3.0.11-gnu1
Tip revision: 5a126ad
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