9 lines
170 B
C
9 lines
170 B
C
/* 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);
|