diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vnode.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_vnode.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vnode.h b/fs/xfs/linux-2.6/xfs_vnode.h index 07fed8837db9..bd3e05c47903 100644 --- a/fs/xfs/linux-2.6/xfs_vnode.h +++ b/fs/xfs/linux-2.6/xfs_vnode.h | |||
@@ -54,16 +54,6 @@ struct attrlist_cursor_kern; | |||
54 | Prevent VM access to the pages until | 54 | Prevent VM access to the pages until |
55 | the operation completes. */ | 55 | the operation completes. */ |
56 | 56 | ||
57 | |||
58 | extern void vn_init(void); | ||
59 | |||
60 | /* | ||
61 | * Yeah, these don't take vnode anymore at all, all this should be | ||
62 | * cleaned up at some point. | ||
63 | */ | ||
64 | extern void vn_iowait(struct xfs_inode *ip); | ||
65 | extern void vn_iowake(struct xfs_inode *ip); | ||
66 | |||
67 | #define IHOLD(ip) \ | 57 | #define IHOLD(ip) \ |
68 | do { \ | 58 | do { \ |
69 | ASSERT(atomic_read(&VFS_I(ip)->i_count) > 0) ; \ | 59 | ASSERT(atomic_read(&VFS_I(ip)->i_count) > 0) ; \ |