]> git.hungrycats.org Git - linux/commitdiff
Revert "Add flags for dedicated metadata disks"
authorZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Fri, 19 Nov 2021 12:22:18 +0000 (07:22 -0500)
committerZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Fri, 19 Nov 2021 12:22:18 +0000 (07:22 -0500)
This reverts commit ca6953dc9c32e1defccd5f77132d1c0471a37d4e.

include/uapi/linux/btrfs_tree.h

index 473911c57720471e9c1fca1167361f3f176b6c00..ccdb40fe40dc254e120e86007b586cee548c2735 100644 (file)
@@ -361,9 +361,6 @@ struct btrfs_key {
        __u64 offset;
 } __attribute__ ((__packed__));
 
-/* dev_item.type */
-#define BTRFS_DEV_PREFERRED_METADATA   (1ULL << 0)
-
 struct btrfs_dev_item {
        /* the internal btrfs device id */
        __le64 devid;