Message ID | 20200528183451.16654-3-kreijack@libero.it (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/4] Add an ioctl to set/retrive the device properties | expand |
diff --git a/include/uapi/linux/btrfs_tree.h b/include/uapi/linux/btrfs_tree.h index 8e322e2c7e78..a45d09591db8 100644 --- a/include/uapi/linux/btrfs_tree.h +++ b/include/uapi/linux/btrfs_tree.h @@ -355,6 +355,9 @@ 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;