]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: abstract out dev_t conversions
authorChristoph Hellwig <hch@lst.de>
Mon, 27 Nov 2017 20:23:38 +0000 (14:23 -0600)
committerEric Sandeen <sandeen@redhat.com>
Mon, 27 Nov 2017 20:23:38 +0000 (14:23 -0600)
commitdc9b1f58bffb702ea7f17720f9412677d903964a
tree15abd294eba95439c558c5ca87575138cfa14f27
parentc822b63d201b0f683f915de217930cf9b5cf7482
xfs: abstract out dev_t conversions

Source kernel commit: 274e0a1f4777b9362fc03a34e86358cc36003e48

And move them to xfs_linux.h so that xfsprogs can stub them out more
easily.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
[sandeen: stub them out in xfsprogs]
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/xfs_inode.h
libxfs/libxfs_priv.h
libxfs/xfs_inode_fork.c