]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xfs: remove uuid_getnodeuniq and xfs_uu_t
authorChristoph Hellwig <hch@lst.de>
Fri, 5 May 2017 07:39:10 +0000 (09:39 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 5 Jun 2017 14:59:07 +0000 (16:59 +0200)
commitcb0ba6cc22f372a2d42f9f2afc5a35f432cc61e2
treeac75b2baca4c361a5a02e097482c31d88db42e09
parente64e17a554746a7f794f3d480d06e4be530fc090
xfs: remove uuid_getnodeuniq and xfs_uu_t

Opencode uuid_getnodeuniq in the only caller, and directly decode
the uuid_t representation instead of using a structure cast for it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/xfs/uuid.c
fs/xfs/uuid.h
fs/xfs/xfs_mount.c