aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_aops.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2006-03-14 13:54:26 +1100
committerNathan Scott <nathans@sgi.com>2006-03-14 13:54:26 +1100
commite4c573bb6a8477a26b3d5471fd116d258760a13a (patch)
tree6a3466f40c2102ff8f161fc70861040791474ed8 /fs/xfs/linux-2.6/xfs_aops.h
parentb8b0f546569871b365a5e3b3cc3f667af658dd49 (diff)
downloadkernel_samsung_smdk4412-e4c573bb6a8477a26b3d5471fd116d258760a13a.zip
kernel_samsung_smdk4412-e4c573bb6a8477a26b3d5471fd116d258760a13a.tar.gz
kernel_samsung_smdk4412-e4c573bb6a8477a26b3d5471fd116d258760a13a.tar.bz2
[XFS] Switch over from linvfs names for address space ops for consistent
naming. SGI-PV: 950556 SGI-Modid: xfs-linux-melb:xfs-kern:25378a 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.h b/fs/xfs/linux-2.6/xfs_aops.h
index 55339dd..795699f 100644
--- a/fs/xfs/linux-2.6/xfs_aops.h
+++ b/fs/xfs/linux-2.6/xfs_aops.h
@@ -40,7 +40,7 @@ typedef struct xfs_ioend {
struct work_struct io_work; /* xfsdatad work queue */
} xfs_ioend_t;
-extern struct address_space_operations linvfs_aops;
-extern int linvfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
+extern struct address_space_operations xfs_address_space_operations;
+extern int xfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
#endif /* __XFS_IOPS_H__ */