diff options
Diffstat (limited to 'fs/xfs/xfs_aops.h')
-rw-r--r-- | fs/xfs/xfs_aops.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_aops.h b/fs/xfs/xfs_aops.h index c325abb8d61a..f94dd459dff9 100644 --- a/fs/xfs/xfs_aops.h +++ b/fs/xfs/xfs_aops.h | |||
@@ -45,7 +45,6 @@ typedef struct xfs_ioend { | |||
45 | unsigned int io_type; /* delalloc / unwritten */ | 45 | unsigned int io_type; /* delalloc / unwritten */ |
46 | int io_error; /* I/O error code */ | 46 | int io_error; /* I/O error code */ |
47 | atomic_t io_remaining; /* hold count */ | 47 | atomic_t io_remaining; /* hold count */ |
48 | unsigned int io_isasync : 1; /* needs aio_complete */ | ||
49 | unsigned int io_isdirect : 1;/* direct I/O */ | 48 | unsigned int io_isdirect : 1;/* direct I/O */ |
50 | struct inode *io_inode; /* file being written to */ | 49 | struct inode *io_inode; /* file being written to */ |
51 | struct buffer_head *io_buffer_head;/* buffer linked list head */ | 50 | struct buffer_head *io_buffer_head;/* buffer linked list head */ |
@@ -54,8 +53,6 @@ typedef struct xfs_ioend { | |||
54 | xfs_off_t io_offset; /* offset in the file */ | 53 | xfs_off_t io_offset; /* offset in the file */ |
55 | struct work_struct io_work; /* xfsdatad work queue */ | 54 | struct work_struct io_work; /* xfsdatad work queue */ |
56 | struct xfs_trans *io_append_trans;/* xact. for size update */ | 55 | struct xfs_trans *io_append_trans;/* xact. for size update */ |
57 | struct kiocb *io_iocb; | ||
58 | int io_result; | ||
59 | } xfs_ioend_t; | 56 | } xfs_ioend_t; |
60 | 57 | ||
61 | extern const struct address_space_operations xfs_address_space_operations; | 58 | extern const struct address_space_operations xfs_address_space_operations; |