diff options
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r-- | fs/xfs/xfs_inode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index 88caadde6077..d8ed51e28cbb 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -468,7 +468,6 @@ void xfs_ihash_init(struct xfs_mount *); | |||
468 | void xfs_ihash_free(struct xfs_mount *); | 468 | void xfs_ihash_free(struct xfs_mount *); |
469 | xfs_inode_t *xfs_inode_incore(struct xfs_mount *, xfs_ino_t, | 469 | xfs_inode_t *xfs_inode_incore(struct xfs_mount *, xfs_ino_t, |
470 | struct xfs_trans *); | 470 | struct xfs_trans *); |
471 | void xfs_inode_lock_init(xfs_inode_t *, bhv_vnode_t *); | ||
472 | int xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t, | 471 | int xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t, |
473 | uint, uint, xfs_inode_t **, xfs_daddr_t); | 472 | uint, uint, xfs_inode_t **, xfs_daddr_t); |
474 | void xfs_iput(xfs_inode_t *, uint); | 473 | void xfs_iput(xfs_inode_t *, uint); |