aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_lrw.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2007-08-28 21:53:12 -0400
committerTim Shimmin <tes@chook.melbourne.sgi.com>2007-10-15 21:40:24 -0400
commit0a74cd1964501fdb577176f14ed3d02b8e148127 (patch)
treeec4aa3dff46b141cd60734bb6c8a0c6b6a2e7111 /fs/xfs/linux-2.6/xfs_lrw.h
parent2aeaa258c0527026228c43148ec6dffdc56bea1c (diff)
[XFS] kill struct bhv_vnode
Now that struct bhv_vnode is empty we can just kill it. Retain bhv_vnode_t as a typedef for struct inode for the time being until all the fallout is cleaned up. SGI-PV: 969608 SGI-Modid: xfs-linux-melb:xfs-kern:29500a Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: David Chinner <dgc@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_lrw.h')
-rw-r--r--fs/xfs/linux-2.6/xfs_lrw.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_lrw.h b/fs/xfs/linux-2.6/xfs_lrw.h
index fa7cefa86a82..4cd85c3360f5 100644
--- a/fs/xfs/linux-2.6/xfs_lrw.h
+++ b/fs/xfs/linux-2.6/xfs_lrw.h
@@ -19,7 +19,6 @@
19#define __XFS_LRW_H__ 19#define __XFS_LRW_H__
20 20
21struct bhv_desc; 21struct bhv_desc;
22struct bhv_vnode;
23struct xfs_mount; 22struct xfs_mount;
24struct xfs_iocore; 23struct xfs_iocore;
25struct xfs_inode; 24struct xfs_inode;
@@ -75,7 +74,7 @@ extern int xfsbdstrat(struct xfs_mount *, struct xfs_buf *);
75extern int xfs_bdstrat_cb(struct xfs_buf *); 74extern int xfs_bdstrat_cb(struct xfs_buf *);
76extern int xfs_dev_is_read_only(struct xfs_mount *, char *); 75extern int xfs_dev_is_read_only(struct xfs_mount *, char *);
77 76
78extern int xfs_zero_eof(struct bhv_vnode *, struct xfs_iocore *, xfs_off_t, 77extern int xfs_zero_eof(struct inode *, struct xfs_iocore *, xfs_off_t,
79 xfs_fsize_t); 78 xfs_fsize_t);
80 79
81#endif /* __XFS_LRW_H__ */ 80#endif /* __XFS_LRW_H__ */