X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fmsdos%2Fnamei.c;h=30f7d0ae221551b95024ceae92ae9078f30b5484;hb=8488df894d05d6fa41c2bd298c335f944bb0e401;hp=452461955cbdced2ba1c4df8d936966fbb08e848;hpb=237ee312e10a86e69e01fc02e0daeb0fa3e7a6e8;p=powerpc.git diff --git a/fs/msdos/namei.c b/fs/msdos/namei.c index 452461955c..30f7d0ae22 100644 --- a/fs/msdos/namei.c +++ b/fs/msdos/namei.c @@ -646,7 +646,7 @@ out: return err; } -static struct inode_operations msdos_dir_inode_operations = { +static const struct inode_operations msdos_dir_inode_operations = { .create = msdos_create, .lookup = msdos_lookup, .unlink = msdos_unlink,