summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
diff options
context:
space:
mode:
authorChris Mason2008-10-30 18:22:14 +0100
committerChris Mason2008-10-30 18:22:14 +0100
commitcfbc246eaae2a1089911016094b74b3055e8a906 (patch)
treec450f02cd605b38a578778dacd9c8768ce041789 /fs/btrfs/inode.c
parentBtrfs: prevent looping forever in finish_current_insert and del_pending_extents (diff)
downloadkernel-qcow2-linux-cfbc246eaae2a1089911016094b74b3055e8a906.tar.gz
kernel-qcow2-linux-cfbc246eaae2a1089911016094b74b3055e8a906.tar.xz
kernel-qcow2-linux-cfbc246eaae2a1089911016094b74b3055e8a906.zip
Btrfs: walk compressed pages based on the nr_pages count instead of bytes
The byte walk counting was awkward and error prone. This uses the number of pages sent the higher layer to build bios. Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r--fs/btrfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index 9797592dc86b..6739424c0fe6 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -338,7 +338,7 @@ again:
if (!btrfs_test_flag(inode, NOCOMPRESS) &&
btrfs_test_opt(root, COMPRESS)) {
WARN_ON(pages);
- pages = kmalloc(sizeof(struct page *) * nr_pages, GFP_NOFS);
+ pages = kzalloc(sizeof(struct page *) * nr_pages, GFP_NOFS);
/* we want to make sure the amount of IO required to satisfy
* a random read is reasonably small, so we limit the size