https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 60b953de6431dadb609be5440a060a48b156ea3b authored by Jason Self on 01 June 2012, 07:13:44 UTC
Linux-libre 3.0.33-gnu1
Tip revision: 60b953d
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