diff options
author | Lachlan McIlroy <lachlan@sgi.com> | 2007-11-23 00:27:32 -0500 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-02-07 02:13:27 -0500 |
commit | 98ce2b5b1bd6db9f8d510b4333757fa6b1efe131 (patch) | |
tree | d85791e0b40d9589fb4998070319b25b0700fa0d /fs/xfs/linux-2.6/xfs_buf.h | |
parent | bc58f9bb6be02a80b5f1f757b656c9affc07154f (diff) |
[XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a due to a regression
SGI-PV: 971596
SGI-Modid: xfs-linux-melb:xfs-kern:29902a
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_buf.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_buf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_buf.h b/fs/xfs/linux-2.6/xfs_buf.h index a3d207de48b8..b5908a34b15d 100644 --- a/fs/xfs/linux-2.6/xfs_buf.h +++ b/fs/xfs/linux-2.6/xfs_buf.h | |||
@@ -143,6 +143,7 @@ typedef struct xfs_buf { | |||
143 | void *b_fspriv2; | 143 | void *b_fspriv2; |
144 | void *b_fspriv3; | 144 | void *b_fspriv3; |
145 | unsigned short b_error; /* error code on I/O */ | 145 | unsigned short b_error; /* error code on I/O */ |
146 | unsigned short b_locked; /* page array is locked */ | ||
146 | unsigned int b_page_count; /* size of page array */ | 147 | unsigned int b_page_count; /* size of page array */ |
147 | unsigned int b_offset; /* page offset in first page */ | 148 | unsigned int b_offset; /* page offset in first page */ |
148 | struct page **b_pages; /* array of page pointers */ | 149 | struct page **b_pages; /* array of page pointers */ |