[PATCH] add missing include (3 of 7)
[email protected] (Dave Kleikamp) Fri, 18 Feb 2005 17:07:18 -0600 (CST)
| Newsgroups | gmane.comp.file-systems.jfs.patches |
|---|---|
| Message-ID | <[email protected]> |
# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2005/01/20 14:22:50-06:00 [email protected] # JFS: add missing include # # This is why it's a good idea to compile & test before checking in # the code. # # Signed-off-by: Dave Kleikamp <[email protected]> # diff -Nru a/fs/jfs/jfs_metapage.c b/fs/jfs/jfs_metapage.c --- a/fs/jfs/jfs_metapage.c 2005-02-18 17:02:09 -06:00 +++ b/fs/jfs/jfs_metapage.c 2005-02-18 17:02:09 -06:00 @@ -21,6 +21,7 @@ #include <linux/init.h> #include <linux/buffer_head.h> #include <linux/mempool.h> +#include <linux/delay.h> #include "jfs_incore.h" #include "jfs_superblock.h" #include "jfs_filsys.h"