]> git.baikalelectronics.ru Git - kernel.git/commit
Ocfs2: Teach local-mounted ocfs2 to handle unwritten_extents correctly.
authorTristan Ye <tristan.ye@oracle.com>
Mon, 23 May 2011 07:57:26 +0000 (15:57 +0800)
committerJoel Becker <jlbec@evilplan.org>
Thu, 26 May 2011 04:06:28 +0000 (21:06 -0700)
commit0c8b5a2936cf85fe4cbe5d562e2506c25f7b19de
tree45cc7eda240a9f5649887311dc2968d190b4c7fa
parent1e2b98367dc220037c4d8f8190caeb3a867afe6b
Ocfs2: Teach local-mounted ocfs2 to handle unwritten_extents correctly.

Oops, local-mounted of 'ocfs2_fops_no_plocks' is just missing the support
of unwritten_extents/punching-hole due to no func pointer was given correctly
to '.follocate' field.

Signed-off-by: Tristan Ye <tristan.ye@oracle.com>
fs/ocfs2/file.c