diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2009-09-21 17:01:10 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-22 07:17:24 -0700 |
commit | ac4cfdd6d141c319a7af8655f750ed504c187a74 (patch) | |
tree | 2143509e0d585667203892a5036676e955273e52 /fs/nilfs2/super.c | |
parent | b87221de6a4934eda856475a0065688d12973a04 (diff) | |
download | talos-op-linux-ac4cfdd6d141c319a7af8655f750ed504c187a74.tar.gz talos-op-linux-ac4cfdd6d141c319a7af8655f750ed504c187a74.zip |
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>
Diffstat (limited to 'fs/nilfs2/super.c')
-rw-r--r-- | fs/nilfs2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 1c83f44d29a4..644e66727dd0 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c @@ -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, |