diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vnode.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_vnode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vnode.h b/fs/xfs/linux-2.6/xfs_vnode.h index 314ca18bc603..07fed8837db9 100644 --- a/fs/xfs/linux-2.6/xfs_vnode.h +++ b/fs/xfs/linux-2.6/xfs_vnode.h | |||
@@ -63,7 +63,6 @@ extern void vn_init(void); | |||
63 | */ | 63 | */ |
64 | extern void vn_iowait(struct xfs_inode *ip); | 64 | extern void vn_iowait(struct xfs_inode *ip); |
65 | extern void vn_iowake(struct xfs_inode *ip); | 65 | extern void vn_iowake(struct xfs_inode *ip); |
66 | extern void vn_ioerror(struct xfs_inode *ip, int error, char *f, int l); | ||
67 | 66 | ||
68 | #define IHOLD(ip) \ | 67 | #define IHOLD(ip) \ |
69 | do { \ | 68 | do { \ |