]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/ext3/namei.c
[PATCH] "ext[34]: EA block reference count racing fix" performance fix
[mv-sheeva.git] / fs / ext3 / namei.c
index a8e89328e66d1ca6754417afbf54696460b24797..49159f13cc1f900d4b514a265ea3e97cbaf811a4 100644 (file)
@@ -2365,7 +2365,7 @@ end_rename:
 /*
  * directories can handle most operations...
  */
-struct inode_operations ext3_dir_inode_operations = {
+const struct inode_operations ext3_dir_inode_operations = {
        .create         = ext3_create,
        .lookup         = ext3_lookup,
        .link           = ext3_link,
@@ -2385,7 +2385,7 @@ struct inode_operations ext3_dir_inode_operations = {
        .permission     = ext3_permission,
 };
 
-struct inode_operations ext3_special_inode_operations = {
+const struct inode_operations ext3_special_inode_operations = {
        .setattr        = ext3_setattr,
 #ifdef CONFIG_EXT3_FS_XATTR
        .setxattr       = generic_setxattr,