xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Alex Elder <aelder@sgi.com>
This commit is contained in:
committed by
Alex Elder
parent
5fde0326dd
commit
38f2323244
@@ -190,12 +190,6 @@ xfs_imap_to_bp(
|
||||
}
|
||||
|
||||
xfs_inobp_check(mp, bp);
|
||||
|
||||
/*
|
||||
* Mark the buffer as an inode buffer now that it looks good
|
||||
*/
|
||||
XFS_BUF_SET_VTYPE(bp, B_FS_INO);
|
||||
|
||||
*bpp = bp;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user