diff options
Diffstat (limited to 'fs/xfs/xfs_aops.h')
-rw-r--r-- | fs/xfs/xfs_aops.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/xfs/xfs_aops.h b/fs/xfs/xfs_aops.h index 71f721e1a71f..116dd5c37034 100644 --- a/fs/xfs/xfs_aops.h +++ b/fs/xfs/xfs_aops.h | |||
@@ -47,6 +47,7 @@ typedef struct xfs_ioend { | |||
47 | unsigned int io_type; /* delalloc / unwritten */ | 47 | unsigned int io_type; /* delalloc / unwritten */ |
48 | int io_error; /* I/O error code */ | 48 | int io_error; /* I/O error code */ |
49 | atomic_t io_remaining; /* hold count */ | 49 | atomic_t io_remaining; /* hold count */ |
50 | unsigned int io_isasync : 1; /* needs aio_complete */ | ||
50 | struct inode *io_inode; /* file being written to */ | 51 | struct inode *io_inode; /* file being written to */ |
51 | struct buffer_head *io_buffer_head;/* buffer linked list head */ | 52 | struct buffer_head *io_buffer_head;/* buffer linked list head */ |
52 | struct buffer_head *io_buffer_tail;/* buffer linked list tail */ | 53 | struct buffer_head *io_buffer_tail;/* buffer linked list tail */ |
@@ -60,9 +61,6 @@ typedef struct xfs_ioend { | |||
60 | extern const struct address_space_operations xfs_address_space_operations; | 61 | extern const struct address_space_operations xfs_address_space_operations; |
61 | extern int xfs_get_blocks(struct inode *, sector_t, struct buffer_head *, int); | 62 | extern int xfs_get_blocks(struct inode *, sector_t, struct buffer_head *, int); |
62 | 63 | ||
63 | extern void xfs_ioend_init(void); | ||
64 | extern void xfs_ioend_wait(struct xfs_inode *); | ||
65 | |||
66 | extern void xfs_count_page_state(struct page *, int *, int *); | 64 | extern void xfs_count_page_state(struct page *, int *, int *); |
67 | 65 | ||
68 | #endif /* __XFS_AOPS_H__ */ | 66 | #endif /* __XFS_AOPS_H__ */ |