From 451a3c24b0135bce54542009b5fde43846c7cf67 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Wed, 17 Nov 2010 16:26:55 +0100 Subject: BKL: remove extraneous #include The big kernel lock has been removed from all these files at some point, leaving only the #include. Remove this too as a cleanup. Signed-off-by: Arnd Bergmann Signed-off-by: Linus Torvalds --- fs/ceph/inode.c | 1 - fs/ceph/mds_client.c | 1 - 2 files changed, 2 deletions(-) (limited to 'fs/ceph') diff --git a/fs/ceph/inode.c b/fs/ceph/inode.c index 1d6a45b5a04..524b80be448 100644 --- a/fs/ceph/inode.c +++ b/fs/ceph/inode.c @@ -2,7 +2,6 @@ #include #include -#include #include #include #include diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c index 3142b15940c..7799cac2b62 100644 --- a/fs/ceph/mds_client.c +++ b/fs/ceph/mds_client.c @@ -6,7 +6,6 @@ #include #include #include -#include #include "super.h" #include "mds_client.h" -- cgit v1.2.3