[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20191115112522.86896-1-yuehaibing@huawei.com>
Date: Fri, 15 Nov 2019 11:25:22 +0000
From: YueHaibing <yuehaibing@...wei.com>
To: Trond Myklebust <trond.myklebust@...merspace.com>,
Anna Schumaker <anna.schumaker@...app.com>,
Olga Kornievskaia <kolga@...app.com>
CC: YueHaibing <yuehaibing@...wei.com>, <linux-nfs@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <kernel-janitors@...r.kernel.org>
Subject: [PATCH -next] NFS: remove duplicated include from nfs4file.c
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@...wei.com>
---
fs/nfs/nfs4file.c | 1 -
1 file changed, 1 deletion(-)
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"
Powered by blists - more mailing lists