diff options
author | Christoph Hellwig <hch@lst.de> | 2017-05-05 09:39:10 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2017-06-05 16:59:07 +0200 |
commit | cb0ba6cc22f372a2d42f9f2afc5a35f432cc61e2 (patch) | |
tree | ac75b2baca4c361a5a02e097482c31d88db42e09 /fs/xfs/uuid.h | |
parent | S390/sysinfo: use uuid_is_null instead of opencoding it (diff) | |
download | linux-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.h | 1 |
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__ */ |