summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c
diff options
context:
space:
mode:
authorTristan Ye2011-05-23 09:57:26 +0200
committerJoel Becker2011-05-26 06:06:28 +0200
commit3d1c1829ebe7e8bb48a997b39b4865abc9197e5e (patch)
tree45cc7eda240a9f5649887311dc2968d190b4c7fa /fs/ocfs2/file.c
parentocfs2/dlm: Do not migrate resource to a node that is leaving the domain (diff)
downloadkernel-qcow2-linux-3d1c1829ebe7e8bb48a997b39b4865abc9197e5e.tar.gz
kernel-qcow2-linux-3d1c1829ebe7e8bb48a997b39b4865abc9197e5e.tar.xz
kernel-qcow2-linux-3d1c1829ebe7e8bb48a997b39b4865abc9197e5e.zip
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>
Diffstat (limited to 'fs/ocfs2/file.c')
-rw-r--r--fs/ocfs2/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c
index 89659d6dc206..b1e35a392ca5 100644
--- a/fs/ocfs2/file.c
+++ b/fs/ocfs2/file.c
@@ -2670,6 +2670,7 @@ const struct file_operations ocfs2_fops_no_plocks = {
.flock = ocfs2_flock,
.splice_read = ocfs2_file_splice_read,
.splice_write = ocfs2_file_splice_write,
+ .fallocate = ocfs2_fallocate,
};
const struct file_operations ocfs2_dops_no_plocks = {