diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_lrw.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_lrw.h | 3 |
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 | ||
21 | struct bhv_desc; | 21 | struct bhv_desc; |
22 | struct bhv_vnode; | ||
23 | struct xfs_mount; | 22 | struct xfs_mount; |
24 | struct xfs_iocore; | 23 | struct xfs_iocore; |
25 | struct xfs_inode; | 24 | struct xfs_inode; |
@@ -75,7 +74,7 @@ extern int xfsbdstrat(struct xfs_mount *, struct xfs_buf *); | |||
75 | extern int xfs_bdstrat_cb(struct xfs_buf *); | 74 | extern int xfs_bdstrat_cb(struct xfs_buf *); |
76 | extern int xfs_dev_is_read_only(struct xfs_mount *, char *); | 75 | extern int xfs_dev_is_read_only(struct xfs_mount *, char *); |
77 | 76 | ||
78 | extern int xfs_zero_eof(struct bhv_vnode *, struct xfs_iocore *, xfs_off_t, | 77 | extern 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__ */ |