diff options
Diffstat (limited to 'fs/ext4/namei.c')
-rw-r--r-- | fs/ext4/namei.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index 34b3448b40f9..e7e1d79a7d75 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c | |||
@@ -2363,7 +2363,7 @@ end_rename: | |||
2363 | /* | 2363 | /* |
2364 | * directories can handle most operations... | 2364 | * directories can handle most operations... |
2365 | */ | 2365 | */ |
2366 | struct inode_operations ext4_dir_inode_operations = { | 2366 | const struct inode_operations ext4_dir_inode_operations = { |
2367 | .create = ext4_create, | 2367 | .create = ext4_create, |
2368 | .lookup = ext4_lookup, | 2368 | .lookup = ext4_lookup, |
2369 | .link = ext4_link, | 2369 | .link = ext4_link, |
@@ -2383,7 +2383,7 @@ struct inode_operations ext4_dir_inode_operations = { | |||
2383 | .permission = ext4_permission, | 2383 | .permission = ext4_permission, |
2384 | }; | 2384 | }; |
2385 | 2385 | ||
2386 | struct inode_operations ext4_special_inode_operations = { | 2386 | const struct inode_operations ext4_special_inode_operations = { |
2387 | .setattr = ext4_setattr, | 2387 | .setattr = ext4_setattr, |
2388 | #ifdef CONFIG_EXT4DEV_FS_XATTR | 2388 | #ifdef CONFIG_EXT4DEV_FS_XATTR |
2389 | .setxattr = generic_setxattr, | 2389 | .setxattr = generic_setxattr, |