aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs/super.c
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2010-05-31 18:55:43 +0300
committerBoaz Harrosh <bharrosh@panasas.com>2010-08-04 13:17:55 +0300
commit85dc7878c6c2277de2eda2c4d1b11ea5c5b1068a (patch)
treedde1a55f77069b824b796420b1510b2547118cd3 /fs/exofs/super.c
parent3a09b1be53d23df780a0cd0e4087a05e2ca4a00c (diff)
downloadkernel_samsung_smdk4412-85dc7878c6c2277de2eda2c4d1b11ea5c5b1068a.zip
kernel_samsung_smdk4412-85dc7878c6c2277de2eda2c4d1b11ea5c5b1068a.tar.gz
kernel_samsung_smdk4412-85dc7878c6c2277de2eda2c4d1b11ea5c5b1068a.tar.bz2
exofs: Remove superfluous dependency on buffer_head and writeback
exofs_releasepage && exofs_invalidatepage are never called. Leave the WARN_ONs but remove any code. Remove the cleanup other stale #includes. Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Diffstat (limited to 'fs/exofs/super.c')
-rw-r--r--fs/exofs/super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/exofs/super.c b/fs/exofs/super.c
index 03149b9..50cb174 100644
--- a/fs/exofs/super.c
+++ b/fs/exofs/super.c
@@ -31,7 +31,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <linux/smp_lock.h>
#include <linux/string.h>
#include <linux/parser.h>
#include <linux/vfs.h>