aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r--fs/xfs/xfs_inode.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h
index 942fd7f9110..c2e2da3abae 100644
--- a/fs/xfs/xfs_inode.h
+++ b/fs/xfs/xfs_inode.h
@@ -557,9 +557,6 @@ do { \
557#define XFS_IGET_UNTRUSTED 0x2 557#define XFS_IGET_UNTRUSTED 0x2
558#define XFS_IGET_DONTCACHE 0x4 558#define XFS_IGET_DONTCACHE 0x4
559 559
560int xfs_inotobp(struct xfs_mount *, struct xfs_trans *,
561 xfs_ino_t, struct xfs_dinode **,
562 struct xfs_buf **, int *, uint);
563int xfs_imap_to_bp(struct xfs_mount *, struct xfs_trans *, 560int xfs_imap_to_bp(struct xfs_mount *, struct xfs_trans *,
564 struct xfs_imap *, struct xfs_dinode **, 561 struct xfs_imap *, struct xfs_dinode **,
565 struct xfs_buf **, uint, uint); 562 struct xfs_buf **, uint, uint);