From ba474fcdfa640506982fb97a5d617a2dd25150dd Mon Sep 17 00:00:00 2001 From: Tristan Ye Date: Mon, 23 May 2011 15:57:26 +0800 Subject: [PATCH] --- yaml --- r: 251797 b: refs/heads/master c: 3d1c1829ebe7e8bb48a997b39b4865abc9197e5e h: refs/heads/master i: 251795: a572a167430ce767fbdee543c0c1fd2162928925 v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/file.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 041630bb26c9..bacf3daa7abb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 66effd3c681256874a81436493a933edb1701798 +refs/heads/master: 3d1c1829ebe7e8bb48a997b39b4865abc9197e5e diff --git a/trunk/fs/ocfs2/file.c b/trunk/fs/ocfs2/file.c index 89659d6dc206..b1e35a392ca5 100644 --- a/trunk/fs/ocfs2/file.c +++ b/trunk/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 = {