X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Fmsdos%2Fnamei.c;h=30f7d0ae221551b95024ceae92ae9078f30b5484;hb=f87367a6b1e3ec1fd440158e5eb357fbd5c2288e;hp=452461955cbdced2ba1c4df8d936966fbb08e848;hpb=463e7c7cf9aaf95dd05e97e1a47854fdf5454cdc;p=linux-2.6-omap-h63xx.git diff --git a/fs/msdos/namei.c b/fs/msdos/namei.c index 452461955cb..30f7d0ae221 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,