diff options
author | Christoph Hellwig <hch@sgi.com> | 2005-09-04 18:23:35 -0400 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-09-04 18:23:35 -0400 |
commit | c1a073bdff997216eac25254a2716faf640e4e8d (patch) | |
tree | 0121a8f6fe10e62bbd943defafe6a92c03e633b6 /fs/xfs/linux-2.6/xfs_aops.h | |
parent | f09738638d3bae6501e8e160c66233832d8c280f (diff) |
[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 { | |||
41 | unsigned int io_uptodate; /* I/O status register */ | 41 | unsigned int io_uptodate; /* I/O status register */ |
42 | atomic_t io_remaining; /* hold count */ | 42 | atomic_t io_remaining; /* hold count */ |
43 | struct vnode *io_vnode; /* file being written to */ | 43 | struct vnode *io_vnode; /* file being written to */ |
44 | struct buffer_head *io_buffer_head;/* buffer linked list head */ | ||
44 | size_t io_size; /* size of the extent */ | 45 | size_t io_size; /* size of the extent */ |
45 | xfs_off_t io_offset; /* offset in the file */ | 46 | xfs_off_t io_offset; /* offset in the file */ |
46 | struct work_struct io_work; /* xfsdatad work queue */ | 47 | struct work_struct io_work; /* xfsdatad work queue */ |