aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ordered-data.h')
-rw-r--r--fs/btrfs/ordered-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ordered-data.h b/fs/btrfs/ordered-data.h
index 8e8e3c0404f3..36e63f1f79b3 100644
--- a/fs/btrfs/ordered-data.h
+++ b/fs/btrfs/ordered-data.h
@@ -46,7 +46,7 @@ struct btrfs_ordered_sum {
46 unsigned long len; 46 unsigned long len;
47 struct list_head list; 47 struct list_head list;
48 /* last field is a variable length array of btrfs_sector_sums */ 48 /* last field is a variable length array of btrfs_sector_sums */
49 struct btrfs_sector_sum sums; 49 struct btrfs_sector_sum sums[];
50}; 50};
51 51
52/* 52/*