diff options
author | Nathan Scott <nathans@sgi.com> | 2006-03-28 19:44:40 -0500 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-03-28 19:44:40 -0500 |
commit | c25366680bab32efcbb5eda5f3c202099ba27b81 (patch) | |
tree | f433459e4db749d8e96b38152e30fac217e46cc4 /fs/xfs/linux-2.6/xfs_aops.h | |
parent | 0b7e56a450a4800c5f48f3a345a5a7de2f38041c (diff) |
[XFS] Cleanup in XFS after recent get_block_t interface tweaks.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.h b/fs/xfs/linux-2.6/xfs_aops.h index 795699f121d2..60716543c68b 100644 --- a/fs/xfs/linux-2.6/xfs_aops.h +++ b/fs/xfs/linux-2.6/xfs_aops.h | |||
@@ -41,6 +41,6 @@ typedef struct xfs_ioend { | |||
41 | } xfs_ioend_t; | 41 | } xfs_ioend_t; |
42 | 42 | ||
43 | extern struct address_space_operations xfs_address_space_operations; | 43 | extern struct address_space_operations xfs_address_space_operations; |
44 | extern int xfs_get_block(struct inode *, sector_t, struct buffer_head *, int); | 44 | extern int xfs_get_blocks(struct inode *, sector_t, struct buffer_head *, int); |
45 | 45 | ||
46 | #endif /* __XFS_IOPS_H__ */ | 46 | #endif /* __XFS_IOPS_H__ */ |