diff options
Diffstat (limited to 'fs/btrfs/volumes.c')
-rw-r--r-- | fs/btrfs/volumes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index ef41f285a475..58aad63e1ad3 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c | |||
@@ -4384,7 +4384,7 @@ int btrfs_read_sys_array(struct btrfs_root *root) | |||
4384 | * to silence the warning eg. on PowerPC 64. | 4384 | * to silence the warning eg. on PowerPC 64. |
4385 | */ | 4385 | */ |
4386 | if (PAGE_CACHE_SIZE > BTRFS_SUPER_INFO_SIZE) | 4386 | if (PAGE_CACHE_SIZE > BTRFS_SUPER_INFO_SIZE) |
4387 | SetPageUptodate(sb->first_page); | 4387 | SetPageUptodate(sb->pages[0]); |
4388 | 4388 | ||
4389 | write_extent_buffer(sb, super_copy, 0, BTRFS_SUPER_INFO_SIZE); | 4389 | write_extent_buffer(sb, super_copy, 0, BTRFS_SUPER_INFO_SIZE); |
4390 | array_size = btrfs_super_sys_array_size(super_copy); | 4390 | array_size = btrfs_super_sys_array_size(super_copy); |