aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4file.c
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-11-15 11:25:22 +0000
committerTrond Myklebust <trond.myklebust@hammerspace.com>2019-11-18 10:47:39 +0100
commit843aa17a35bf00be0f3a1108f4691bc45761cd23 (patch)
treeddfdeb1cda93cce71f0cce4cfb80793037b1ae17 /fs/nfs/nfs4file.c
parentNFSv4: Make _nfs42_proc_copy_notify() static (diff)
downloadlinux-dev-843aa17a35bf00be0f3a1108f4691bc45761cd23.tar.xz
linux-dev-843aa17a35bf00be0f3a1108f4691bc45761cd23.zip
NFS: remove duplicated include from nfs4file.c
Remove duplicated include. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to '')
-rw-r--r--fs/nfs/nfs4file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/nfs4file.c b/fs/nfs/nfs4file.c
index e97813b15e23..b054d57e77d9 100644
--- a/fs/nfs/nfs4file.c
+++ b/fs/nfs/nfs4file.c
@@ -8,7 +8,6 @@
#include <linux/file.h>
#include <linux/falloc.h>
#include <linux/nfs_fs.h>
-#include <linux/file.h>
#include "delegation.h"
#include "internal.h"
#include "iostat.h"