diff options
Diffstat (limited to 'ANDROID_3.4.5/fs/ext3/namei.h')
-rw-r--r-- | ANDROID_3.4.5/fs/ext3/namei.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/fs/ext3/namei.h b/ANDROID_3.4.5/fs/ext3/namei.h new file mode 100644 index 00000000..f2ce2b00 --- /dev/null +++ b/ANDROID_3.4.5/fs/ext3/namei.h @@ -0,0 +1,8 @@ +/* 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); |