diff options
Diffstat (limited to 'fs/xfs/xfs_buf_item.c')
-rw-r--r-- | fs/xfs/xfs_buf_item.c | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/fs/xfs/xfs_buf_item.c b/fs/xfs/xfs_buf_item.c index a264657acfd9..a37ffc38bb16 100644 --- a/fs/xfs/xfs_buf_item.c +++ b/fs/xfs/xfs_buf_item.c | |||
@@ -29,29 +29,19 @@ | |||
29 | * | 29 | * |
30 | * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ | 30 | * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ |
31 | */ | 31 | */ |
32 | |||
33 | /* | ||
34 | * This file contains the implementation of the xfs_buf_log_item. | ||
35 | * It contains the item operations used to manipulate the buf log | ||
36 | * items as well as utility routines used by the buffer specific | ||
37 | * transaction routines. | ||
38 | */ | ||
39 | |||
40 | #include "xfs.h" | 32 | #include "xfs.h" |
41 | 33 | #include "xfs_fs.h" | |
42 | #include "xfs_macros.h" | ||
43 | #include "xfs_types.h" | 34 | #include "xfs_types.h" |
44 | #include "xfs_inum.h" | 35 | #include "xfs_bit.h" |
45 | #include "xfs_log.h" | 36 | #include "xfs_log.h" |
37 | #include "xfs_inum.h" | ||
46 | #include "xfs_trans.h" | 38 | #include "xfs_trans.h" |
47 | #include "xfs_buf_item.h" | ||
48 | #include "xfs_sb.h" | 39 | #include "xfs_sb.h" |
49 | #include "xfs_dir.h" | 40 | #include "xfs_dir.h" |
50 | #include "xfs_dmapi.h" | 41 | #include "xfs_dmapi.h" |
51 | #include "xfs_mount.h" | 42 | #include "xfs_mount.h" |
43 | #include "xfs_buf_item.h" | ||
52 | #include "xfs_trans_priv.h" | 44 | #include "xfs_trans_priv.h" |
53 | #include "xfs_rw.h" | ||
54 | #include "xfs_bit.h" | ||
55 | #include "xfs_error.h" | 45 | #include "xfs_error.h" |
56 | 46 | ||
57 | 47 | ||