diff options
author | Lachlan McIlroy <lachlan@sgi.com> | 2007-11-23 16:27:32 +1100 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-02-07 18:13:27 +1100 |
commit | 98ce2b5b1bd6db9f8d510b4333757fa6b1efe131 (patch) | |
tree | d85791e0b40d9589fb4998070319b25b0700fa0d /fs/xfs/linux-2.6/xfs_buf.h | |
parent | bc58f9bb6be02a80b5f1f757b656c9affc07154f (diff) | |
download | kernel_samsung_tuna-98ce2b5b1bd6db9f8d510b4333757fa6b1efe131.zip kernel_samsung_tuna-98ce2b5b1bd6db9f8d510b4333757fa6b1efe131.tar.gz kernel_samsung_tuna-98ce2b5b1bd6db9f8d510b4333757fa6b1efe131.tar.bz2 |
[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 a3d207d..b5908a3 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 { void *b_fspriv2; void *b_fspriv3; unsigned short b_error; /* error code on I/O */ + unsigned short b_locked; /* page array is locked */ unsigned int b_page_count; /* size of page array */ unsigned int b_offset; /* page offset in first page */ struct page **b_pages; /* array of page pointers */ |