diff options
-rw-r--r-- | fs/nfs/nfs4file.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nfs/nfs4file.c b/fs/nfs/nfs4file.c index 4aa571956cd6..e45f686a5a60 100644 --- a/fs/nfs/nfs4file.c +++ b/fs/nfs/nfs4file.c | |||
@@ -347,9 +347,6 @@ const struct file_operations nfs4_file_operations = { | |||
347 | #endif /* CONFIG_NFS_V4_2 */ | 347 | #endif /* CONFIG_NFS_V4_2 */ |
348 | .check_flags = nfs_check_flags, | 348 | .check_flags = nfs_check_flags, |
349 | .setlease = simple_nosetlease, | 349 | .setlease = simple_nosetlease, |
350 | #ifdef CONFIG_COMPAT | ||
351 | .unlocked_ioctl = nfs4_ioctl, | 350 | .unlocked_ioctl = nfs4_ioctl, |
352 | #else | ||
353 | .compat_ioctl = nfs4_ioctl, | 351 | .compat_ioctl = nfs4_ioctl, |
354 | #endif /* CONFIG_COMPAT */ | ||
355 | }; | 352 | }; |