> static inline bool guid_is_null(guid_t *guid) > { > - return guid_equal(guid, &guid_null); > + return guid_equal(guid, &NULL_GUID); Given that NULL_UUID/GUID are macros I wouldn't expect this to work, and in fact the compiler throws pages of warnings at me with this change.. -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html