reiserfs: new export ops
Another nice little cleanup by using the new methods. Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Neil Brown <neilb@suse.de> Cc: "J. Bruce Fields" <bfields@fieldses.org> Cc: Chris Mason <mason@suse.com> Cc: Jeff Mahoney <jeffm@suse.com> Cc: "Vladimir V. Saveliev" <vs@namesys.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
480b116c98
commit
be55caf177
@ -28,6 +28,8 @@
|
||||
#include <linux/reiserfs_fs_sb.h>
|
||||
#endif
|
||||
|
||||
struct fid;
|
||||
|
||||
/*
|
||||
* include/linux/reiser_fs.h
|
||||
*
|
||||
@ -1877,12 +1879,10 @@ void reiserfs_delete_inode(struct inode *inode);
|
||||
int reiserfs_write_inode(struct inode *inode, int);
|
||||
int reiserfs_get_block(struct inode *inode, sector_t block,
|
||||
struct buffer_head *bh_result, int create);
|
||||
struct dentry *reiserfs_get_dentry(struct super_block *, void *);
|
||||
struct dentry *reiserfs_decode_fh(struct super_block *sb, __u32 * data,
|
||||
int len, int fhtype,
|
||||
int (*acceptable) (void *contect,
|
||||
struct dentry * de),
|
||||
void *context);
|
||||
struct dentry *reiserfs_fh_to_dentry(struct super_block *sb, struct fid *fid,
|
||||
int fh_len, int fh_type);
|
||||
struct dentry *reiserfs_fh_to_parent(struct super_block *sb, struct fid *fid,
|
||||
int fh_len, int fh_type);
|
||||
int reiserfs_encode_fh(struct dentry *dentry, __u32 * data, int *lenp,
|
||||
int connectable);
|
||||
|
||||
|
Reference in New Issue
Block a user