aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_aops.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2006-03-29 10:44:40 +1000
committerNathan Scott <nathans@sgi.com>2006-03-29 10:44:40 +1000
commitc25366680bab32efcbb5eda5f3c202099ba27b81 (patch)
treef433459e4db749d8e96b38152e30fac217e46cc4 /fs/xfs/linux-2.6/xfs_aops.h
parent0b7e56a450a4800c5f48f3a345a5a7de2f38041c (diff)
downloadkernel_samsung_smdk4412-c25366680bab32efcbb5eda5f3c202099ba27b81.zip
kernel_samsung_smdk4412-c25366680bab32efcbb5eda5f3c202099ba27b81.tar.gz
kernel_samsung_smdk4412-c25366680bab32efcbb5eda5f3c202099ba27b81.tar.bz2
[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.h2
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 795699f..6071654 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 {
} xfs_ioend_t;
extern struct address_space_operations xfs_address_space_operations;
-extern int xfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
+extern int xfs_get_blocks(struct inode *, sector_t, struct buffer_head *, int);
#endif /* __XFS_IOPS_H__ */