summaryrefslogtreecommitdiffstats
path: root/fs/xfs/uuid.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-05-05 09:39:10 +0200
committerChristoph Hellwig <hch@lst.de>2017-06-05 16:59:07 +0200
commitcb0ba6cc22f372a2d42f9f2afc5a35f432cc61e2 (patch)
treeac75b2baca4c361a5a02e097482c31d88db42e09 /fs/xfs/uuid.h
parentS390/sysinfo: use uuid_is_null instead of opencoding it (diff)
downloadlinux-cb0ba6cc22f372a2d42f9f2afc5a35f432cc61e2.tar.xz
linux-cb0ba6cc22f372a2d42f9f2afc5a35f432cc61e2.zip
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>
Diffstat (limited to 'fs/xfs/uuid.h')
-rw-r--r--fs/xfs/uuid.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/uuid.h b/fs/xfs/uuid.h
index 86bbed071e79..5aea49bf0963 100644
--- a/fs/xfs/uuid.h
+++ b/fs/xfs/uuid.h
@@ -19,6 +19,5 @@
#define __XFS_SUPPORT_UUID_H__
extern int uuid_is_nil(uuid_t *uuid);
-extern void uuid_getnodeuniq(uuid_t *uuid, int fsid [2]);
#endif /* __XFS_SUPPORT_UUID_H__ */