diff options
| author | Christoph Hellwig <hch@sgi.com> | 2002-12-04 00:44:25 +0100 |
|---|---|---|
| committer | Nathan Scott <nathans@sgi.com> | 2002-12-04 00:44:25 +0100 |
| commit | e6a39e625b7c9f9bcb277b56a620de8df5137ce5 (patch) | |
| tree | 31ebe0b1cc4d598e8245e4d53ffda13c1b0e94aa | |
| parent | 690869a3a3693cc61dc8a016eac4982832ba28a4 (diff) | |
[XFS] misc tidyups
SGI Modid: 2.5.x-xfs:slinx:134216a
| -rw-r--r-- | fs/xfs/pagebuf/page_buf.c | 2 | ||||
| -rw-r--r-- | fs/xfs/pagebuf/page_buf.h | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/fs/xfs/pagebuf/page_buf.c b/fs/xfs/pagebuf/page_buf.c index 2c8ec92dff4f..22d9a5a8b253 100644 --- a/fs/xfs/pagebuf/page_buf.c +++ b/fs/xfs/pagebuf/page_buf.c @@ -46,7 +46,6 @@ */ #include <linux/module.h> -#include <linux/compiler.h> #include <linux/stddef.h> #include <linux/errno.h> #include <linux/slab.h> @@ -57,6 +56,7 @@ #include <linux/bio.h> #include <linux/sysctl.h> #include <linux/proc_fs.h> +#include <linux/workqueue.h> #include <support/debug.h> #include <support/kmem.h> diff --git a/fs/xfs/pagebuf/page_buf.h b/fs/xfs/pagebuf/page_buf.h index 442485cf6d97..b7f200be9b1c 100644 --- a/fs/xfs/pagebuf/page_buf.h +++ b/fs/xfs/pagebuf/page_buf.h @@ -47,7 +47,6 @@ #include <linux/fs.h> #include <linux/buffer_head.h> #include <linux/uio.h> -#include <linux/workqueue.h> enum xfs_buffer_state { BH_Delay = BH_PrivateStart }; BUFFER_FNS(Delay, delay); @@ -176,7 +175,7 @@ typedef page_buf_bmap_t pb_bmap_t; * This buffer structure is used by the page cache buffer management routines * to refer to an assembly of pages forming a logical buffer. The actual * I/O is performed with buffer_head or bio structures, as required by drivers, - * for drivers which do not understand this structure. The buffer structure is + * for drivers which do not understand this structure. The buffer structure is * used on temporary basis only, and discarded when released. * * The real data storage is recorded in the page cache. Metadata is |
