X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fnfs%2Fnamespace.c;h=7f86e65182e450b528ab7e0a6811ece68c516b56;hb=ecd27b92fbb41f779d857632a69bd45dbaf0f915;hp=371b804e7cc8a66e2e6f20c00356799e5b6c51cc;hpb=3f5e573a08a369bd10d2f89b63a2d68843f64a6b;p=linux-2.6 diff --git a/fs/nfs/namespace.c b/fs/nfs/namespace.c index 371b804e7c..7f86e65182 100644 --- a/fs/nfs/namespace.c +++ b/fs/nfs/namespace.c @@ -155,12 +155,12 @@ out_follow: goto out; } -struct inode_operations nfs_mountpoint_inode_operations = { +const struct inode_operations nfs_mountpoint_inode_operations = { .follow_link = nfs_follow_mountpoint, .getattr = nfs_getattr, }; -struct inode_operations nfs_referral_inode_operations = { +const struct inode_operations nfs_referral_inode_operations = { .follow_link = nfs_follow_mountpoint, };