summaryrefslogtreecommitdiff
path: root/CREDITS
diff options
context:
space:
mode:
authorRyan Ding <ryan.ding@oracle.com>2016-03-25 21:21:20 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2016-03-25 23:37:42 (GMT)
commitce170828e24959c69e7a40364731edc0535c550f (patch)
tree2b05b56f6aae6888099a358422c8308d3ac94fc9 /CREDITS
parenta86a72a4a4e0ec109a98e2737948864ed6794bf7 (diff)
downloadlinux-ce170828e24959c69e7a40364731edc0535c550f.tar.xz
ocfs2: fix disk file size and memory file size mismatch
When doing append direct write in an already allocated cluster, and fast path in ocfs2_dio_get_block() is triggered, function ocfs2_dio_end_io_write() will be skipped as there is no context allocated. As a result, the disk file size will not be changed as it should be. The solution is to skip fast path when we are about to change file size. Fixes: af1310367f41 ("ocfs2: fix sparse file & data ordering issue in direct io.") Signed-off-by: Ryan Ding <ryan.ding@oracle.com> Acked-by: Junxiao Bi <junxiao.bi@oracle.com> Cc: Joseph Qi <joseph.qi@huawei.com> Cc: Mark Fasheh <mfasheh@suse.de> Cc: Joel Becker <jlbec@evilplan.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions