commit | b767e78a179e5ab30fdbff1686d074ac270471eb | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Thu Jun 04 08:06:06 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jun 04 08:06:06 2009 -0400 |
tree | 1ff6c357cf52e23acbed789adf20bca432e2b465 | |
parent | e6462869e4fd88be5141a356ee0c28d8067340cc [diff] |
ext4: Don't look at buffer_heads outside i_size. Buffer heads outside i_size will be unmapped. So when we are doing "walk_page_buffers" limit ourself to i_size. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Reviewed-by: Josef Bacik <jbacik@redhat.com> Acked-by: Jan Kara <jack@suse.cz> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> ----