fs/xfs/libxfs/xfs_metafile.h
0 → 100644
+16
−0
+65
−0
+1
−0
+21
−2
+22
−16
Loading
Create a xfs_trans_metafile_iget function for metadata inodes to ensure that when we try to iget a metadata file, the inode is allocated and its file mode matches the metadata file type the caller expects. Signed-off-by:Darrick J. Wong <djwong@kernel.org> Reviewed-by:
Christoph Hellwig <hch@lst.de>