commit | 0effef776ff95b7a6d6e48a2ef407ecaa8c21f96 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Tue Oct 03 17:44:42 2006 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Oct 20 15:27:26 2006 -0700 |
tree | 518ac195b10e415bd3c87f6f7c5ddec4c8448058 | |
parent | 711a40fcaa83bfad87736544b69f6fdd6527482d [diff] |
ocfs2: fix page zeroing during simple extends The page zeroing code was missing the region between old i_size and new i_size for those extends that didn't actually require a change in space allocation. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>