const: mark remaining export_operations const
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.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
b87221de6a
commit
ac4cfdd6d1
@@ -560,7 +560,7 @@ nilfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len,
|
||||
nilfs_nfs_get_inode);
|
||||
}
|
||||
|
||||
static struct export_operations nilfs_export_ops = {
|
||||
static const struct export_operations nilfs_export_ops = {
|
||||
.fh_to_dentry = nilfs_fh_to_dentry,
|
||||
.fh_to_parent = nilfs_fh_to_parent,
|
||||
.get_parent = nilfs_get_parent,
|
||||
|
Reference in New Issue
Block a user