commit | 4a64001f0047956e283f7ada9843dfc3f3b5d8c8 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Tue Jan 25 15:10:08 2011 -0500 |
committer | Josef Bacik <josef@redhat.com> | Thu Mar 17 14:21:16 2011 -0400 |
tree | f45d7b09808ef70cf31e7da4e5e8b1c0c7521f4a | |
parent | d0215f3e5ebb5803cd6ec067b10c5e00a3ad7cfc [diff] |
Btrfs: fix how we deal with the pages array in the write path Really we don't need to memset the pages array at all, since we know how many pages we're going to use in the array and pass that around. So don't memset, just trust we're not idiots and we pass num_pages around properly. Signed-off-by: Josef Bacik <josef@redhat.com>