diff options
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r-- | fs/btrfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index c9079db7441e..1de6d4d67431 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c | |||
@@ -1470,7 +1470,7 @@ static int btrfs_calc_avail_data_space(struct btrfs_root *root, u64 *free_bytes) | |||
1470 | nr_devices = fs_info->fs_devices->open_devices; | 1470 | nr_devices = fs_info->fs_devices->open_devices; |
1471 | BUG_ON(!nr_devices); | 1471 | BUG_ON(!nr_devices); |
1472 | 1472 | ||
1473 | devices_info = kmalloc(sizeof(*devices_info) * nr_devices, | 1473 | devices_info = kmalloc_array(nr_devices, sizeof(*devices_info), |
1474 | GFP_NOFS); | 1474 | GFP_NOFS); |
1475 | if (!devices_info) | 1475 | if (!devices_info) |
1476 | return -ENOMEM; | 1476 | return -ENOMEM; |