commit | f63afdb2c32db850fa1bfccf84643a8885cbeb61 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Sat Jul 17 21:45:49 2010 +0800 |
committer | Tao Ma <tao.ma@oracle.com> | Wed Sep 08 14:25:55 2010 +0800 |
tree | 051bd8feb6eeb546d562e325157526dbc1018e49 | |
parent | f5ce5a08a40f2086435858ddc80cb40394b082eb [diff] |
ocfs2: make __ocfs2_page_mkwrite handle file end properly. __ocfs2_page_mkwrite now is broken in handling file end. 1. the last page should be the page contains i_size - 1. 2. the len in the last page is also calculated wrong. So change them accordingly. Acked-by: Mark Fasheh <mfasheh@suse.com> Signed-off-by: Tao Ma <tao.ma@oracle.com>