X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fvfat%2Fnamei.c;h=c28add2fbe95eebce0ec79de64e8389be793ea26;hb=b0138a6cb7923a997d278b47c176778534d1095b;hp=0afd745a37cd7aeacef9c64d8470af619c77189a;hpb=f0eef25339f92f7cd4aeea23d9ae97987a5a1e82;p=linux-2.6 diff --git a/fs/vfat/namei.c b/fs/vfat/namei.c index 0afd745a37..c28add2fbe 100644 --- a/fs/vfat/namei.c +++ b/fs/vfat/namei.c @@ -996,7 +996,7 @@ error_inode: goto out; } -static struct inode_operations vfat_dir_inode_operations = { +static const struct inode_operations vfat_dir_inode_operations = { .create = vfat_create, .lookup = vfat_lookup, .unlink = vfat_unlink,