]> Git Repo - linux.git/commit
xfs: remove if_rdev
authorChristoph Hellwig <[email protected]>
Thu, 19 Oct 2017 18:07:09 +0000 (11:07 -0700)
committerDarrick J. Wong <[email protected]>
Thu, 26 Oct 2017 22:38:27 +0000 (15:38 -0700)
commit66f364649d870c7541c30a2f02a32fd4c88684f0
treeb1609eedc361f36f68f1d492926e4eb4aa6b99dc
parent42b67dc6ffbf2701cfc578b3e706d560a80b6674
xfs: remove if_rdev

We can simply use the i_rdev field in the Linux inode and just convert
to and from the XFS dev_t when reading or logging/writing the inode.

Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
fs/xfs/libxfs/xfs_inode_fork.c
fs/xfs/libxfs/xfs_inode_fork.h
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_inode_item.c
fs/xfs/xfs_iops.c
fs/xfs/xfs_itable.c
This page took 0.054576 seconds and 4 git commands to generate.