aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index e37d441617d..343304dec6d 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -740,12 +740,12 @@ struct btrfs_space_info {
740 */ 740 */
741 unsigned long reservation_progress; 741 unsigned long reservation_progress;
742 742
743 int full:1; /* indicates that we cannot allocate any more 743 unsigned int full:1; /* indicates that we cannot allocate any more
744 chunks for this space */ 744 chunks for this space */
745 int chunk_alloc:1; /* set if we are allocating a chunk */ 745 unsigned int chunk_alloc:1; /* set if we are allocating a chunk */
746 746
747 int force_alloc; /* set if we need to force a chunk alloc for 747 unsigned int force_alloc; /* set if we need to force a chunk
748 this space */ 748 alloc for this space */
749 749
750 struct list_head list; 750 struct list_head list;
751 751