diff options
Diffstat (limited to 'fs/fat/inode.c')
-rw-r--r-- | fs/fat/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fat/inode.c b/fs/fat/inode.c index 14d75fcaf2b7..920a576e1c25 100644 --- a/fs/fat/inode.c +++ b/fs/fat/inode.c | |||
@@ -774,7 +774,7 @@ out: | |||
774 | return parent; | 774 | return parent; |
775 | } | 775 | } |
776 | 776 | ||
777 | static struct export_operations fat_export_ops = { | 777 | static const struct export_operations fat_export_ops = { |
778 | .encode_fh = fat_encode_fh, | 778 | .encode_fh = fat_encode_fh, |
779 | .fh_to_dentry = fat_fh_to_dentry, | 779 | .fh_to_dentry = fat_fh_to_dentry, |
780 | .get_parent = fat_get_parent, | 780 | .get_parent = fat_get_parent, |