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. --- include/linux/raid/md.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux/raid/md.h') diff --git a/include/linux/raid/md.h b/include/linux/raid/md.h index bf586df47298..cb6332482af2 100644 --- a/include/linux/raid/md.h +++ b/include/linux/raid/md.h @@ -31,7 +31,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3