btrfs: switch btrfs_block_rsv::full to bool
[linux-2.6-microblaze.git] / fs / btrfs / block-rsv.h
index 3b67ff0..99c491e 100644 (file)
@@ -25,7 +25,7 @@ struct btrfs_block_rsv {
        u64 reserved;
        struct btrfs_space_info *space_info;
        spinlock_t lock;
-       unsigned short full;
+       bool full;
        unsigned short type;
        unsigned short failfast;