diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/shmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/shmem.c b/mm/shmem.c index 9dd219e6e059..404e53bb2127 100644 --- a/mm/shmem.c +++ b/mm/shmem.c | |||
@@ -2071,7 +2071,7 @@ static int shmem_encode_fh(struct dentry *dentry, __u32 *fh, int *len, | |||
2071 | return 1; | 2071 | return 1; |
2072 | } | 2072 | } |
2073 | 2073 | ||
2074 | static struct export_operations shmem_export_ops = { | 2074 | static const struct export_operations shmem_export_ops = { |
2075 | .get_parent = shmem_get_parent, | 2075 | .get_parent = shmem_get_parent, |
2076 | .encode_fh = shmem_encode_fh, | 2076 | .encode_fh = shmem_encode_fh, |
2077 | .fh_to_dentry = shmem_fh_to_dentry, | 2077 | .fh_to_dentry = shmem_fh_to_dentry, |