jfs: new export ops
Trivial switch over to the new generic helpers. Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Neil Brown <neilb@suse.de> Cc: "J. Bruce Fields" <bfields@fieldses.org> Cc: Dave Kleikamp <shaggy@austin.ibm.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
05da080482
commit
d425de7043
@@ -738,7 +738,8 @@ static const struct super_operations jfs_super_operations = {
|
||||
};
|
||||
|
||||
static struct export_operations jfs_export_operations = {
|
||||
.get_dentry = jfs_get_dentry,
|
||||
.fh_to_dentry = jfs_fh_to_dentry,
|
||||
.fh_to_parent = jfs_fh_to_parent,
|
||||
.get_parent = jfs_get_parent,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user