diff options
author | Christoph Hellwig <hch@sgi.com> | 2005-09-05 08:23:35 +1000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-09-05 08:23:35 +1000 |
commit | c1a073bdff997216eac25254a2716faf640e4e8d (patch) | |
tree | 0121a8f6fe10e62bbd943defafe6a92c03e633b6 /fs/xfs/linux-2.6/xfs_aops.h | |
parent | f09738638d3bae6501e8e160c66233832d8c280f (diff) | |
download | blackbird-op-linux-c1a073bdff997216eac25254a2716faf640e4e8d.tar.gz blackbird-op-linux-c1a073bdff997216eac25254a2716faf640e4e8d.zip |
[XFS] Delay I/O completion for unwritten extents after conversion
SGI-PV: 936584
SGI-Modid: xfs-linux:xfs-kern:196886a
Signed-off-by: Christoph Hellwig <hch@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_aops.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_aops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.h b/fs/xfs/linux-2.6/xfs_aops.h index ee46307a7321..2fa62974a04d 100644 --- a/fs/xfs/linux-2.6/xfs_aops.h +++ b/fs/xfs/linux-2.6/xfs_aops.h @@ -41,6 +41,7 @@ typedef struct xfs_ioend { unsigned int io_uptodate; /* I/O status register */ atomic_t io_remaining; /* hold count */ struct vnode *io_vnode; /* file being written to */ + struct buffer_head *io_buffer_head;/* buffer linked list head */ size_t io_size; /* size of the extent */ xfs_off_t io_offset; /* offset in the file */ struct work_struct io_work; /* xfsdatad work queue */ |