[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1605942669-585-1-git-send-email-wangqing@vivo.com>
Date: Sat, 21 Nov 2020 15:11:09 +0800
From: Wang Qing <wangqing@...o.com>
To: Trond Myklebust <trond.myklebust@...merspace.com>,
Anna Schumaker <anna.schumaker@...app.com>,
linux-nfs@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Wang Qing <wangqing@...o.com>
Subject: [PATCH] nfs: Only include nfs42.h when NFS_V4_2 enable
Remove duplicate header unnecessary.
Only include nfs42.h when NFS_V4_2 enable.
Signed-off-by: Wang Qing <wangqing@...o.com>
---
fs/nfs/nfs4proc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 9e0ca9b..a1321a5 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -67,7 +67,6 @@
#include "nfs4idmap.h"
#include "nfs4session.h"
#include "fscache.h"
-#include "nfs42.h"
#include "nfs4trace.h"
--
2.7.4
Powered by blists - more mailing lists