aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-03-15 18:37:09 +1100
committerTrond Myklebust <Trond.Myklebust@netapp.com>2011-03-15 08:44:35 -0400
commit8f68cd42d85f31fb58dd2cabf3ff4aad0a2bafd9 (patch)
tree55cdbf087e418b83a539b4d12e53dbf26fbbfbbc /fs/nfs
parentNFS: Fix a warning in fs/nfs/idmap.c (diff)
downloadlinux-dev-8f68cd42d85f31fb58dd2cabf3ff4aad0a2bafd9.tar.xz
linux-dev-8f68cd42d85f31fb58dd2cabf3ff4aad0a2bafd9.zip
nfs: BKL is no longer needed, so remove the include
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/read.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/read.c b/fs/nfs/read.c
index 4b764c6048db..7cded2b12a05 100644
--- a/fs/nfs/read.c
+++ b/fs/nfs/read.c
@@ -18,7 +18,6 @@
#include <linux/sunrpc/clnt.h>
#include <linux/nfs_fs.h>
#include <linux/nfs_page.h>
-#include <linux/smp_lock.h>
#include <linux/module.h>
#include <asm/system.h>