diff options
Diffstat (limited to 'fs/nfs/file.c')
-rw-r--r-- | fs/nfs/file.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/nfs/file.c b/fs/nfs/file.c index 57a22a1533e2..7da8745e22ac 100644 --- a/fs/nfs/file.c +++ b/fs/nfs/file.c | |||
@@ -41,12 +41,6 @@ | |||
41 | 41 | ||
42 | static const struct vm_operations_struct nfs_file_vm_ops; | 42 | static const struct vm_operations_struct nfs_file_vm_ops; |
43 | 43 | ||
44 | const struct inode_operations nfs_file_inode_operations = { | ||
45 | .permission = nfs_permission, | ||
46 | .getattr = nfs_getattr, | ||
47 | .setattr = nfs_setattr, | ||
48 | }; | ||
49 | |||
50 | #ifdef CONFIG_NFS_V3 | 44 | #ifdef CONFIG_NFS_V3 |
51 | const struct inode_operations nfs3_file_inode_operations = { | 45 | const struct inode_operations nfs3_file_inode_operations = { |
52 | .permission = nfs_permission, | 46 | .permission = nfs_permission, |