From bd2b0c85edfa015fdb4990ad07ad10e94ea885a4 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Sun, 19 May 2002 19:40:16 -0700 Subject: [PATCH] get rid of The lock.h header contained some hand-crafted lcoking routines from the pre-SMP days. In 2.5 only lock_super/unlock_super are left, guarded by a number of completly unrelated (!) includes. This patch moves lock_super/unlock_super to fs.h, which defined struct super_block that is needed for those to operate it, removes locks.h and updates all caller to not include it and add the missing, previously nested includes where needed. --- fs/jbd/commit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/jbd/commit.c') diff --git a/fs/jbd/commit.c b/fs/jbd/commit.c index 59c3b994d47a..e4ce53b05a55 100644 --- a/fs/jbd/commit.c +++ b/fs/jbd/commit.c @@ -18,7 +18,6 @@ #include #include #include -#include #include extern spinlock_t journal_datalist_lock; -- cgit v1.2.3