summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2004-11-18 22:59:55 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-18 22:59:55 -0800
commiteaede9da09f586ea9d27a4a3fffd73db21924401 (patch)
treebc8110a12b51c124dc6d5536a6af19bbf8eb0e6e /include/linux
parentebe977b7474cd9d4d77ab8ca0f98f5baf91e60c5 (diff)
[PATCH] allow NFS exports of EFS filesystems
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/efs_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/efs_fs.h b/include/linux/efs_fs.h
index f7c8446239ac..28f368c526fb 100644
--- a/include/linux/efs_fs.h
+++ b/include/linux/efs_fs.h
@@ -45,6 +45,7 @@ extern efs_block_t efs_map_block(struct inode *, efs_block_t);
extern int efs_get_block(struct inode *, sector_t, struct buffer_head *, int);
extern struct dentry *efs_lookup(struct inode *, struct dentry *, struct nameidata *);
+extern struct dentry *efs_get_parent(struct dentry *);
extern int efs_bmap(struct inode *, int);
#endif /* __EFS_FS_H__ */