X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fhpfs%2Fnamei.c;h=9953cf9a2f16fa1f5b45709c142d2699452c9576;hb=ee9b6d61a2a43c5952eb43283f8db284a4e70b8a;hp=2507e7393f3c6733ebda781bfea8be1d8459e927;hpb=7ff3e52cf2947ebd38c84159af68e5a29d228f6c;p=~andy%2Flinux diff --git a/fs/hpfs/namei.c b/fs/hpfs/namei.c index 2507e7393f3..9953cf9a2f1 100644 --- a/fs/hpfs/namei.c +++ b/fs/hpfs/namei.c @@ -659,7 +659,7 @@ end1: return err; } -struct inode_operations hpfs_dir_iops = +const struct inode_operations hpfs_dir_iops = { .create = hpfs_create, .lookup = hpfs_lookup,