]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/linux/uuid.h
Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshots
[bcachefs-tools-debian] / include / linux / uuid.h
index c8eeb708e34f9f31c5440e07689bd002170e70ad..4674746fd98d55f2d3cb7b2559b838e97159f7ac 100644 (file)
@@ -41,9 +41,4 @@ typedef struct {
    ((c) >> 8) & 0xff, (c) & 0xff,                                      \
    (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
 
-static inline int uuid_le_cmp(const uuid_le u1, const uuid_le u2)
-{
-       return memcmp(&u1, &u2, sizeof(uuid_le));
-}
-
 #endif