]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
OCFS2: fix build error
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 9 Sep 2009 20:25:26 +0000 (13:25 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 9 Sep 2009 20:25:26 +0000 (13:25 -0700)
Somehow a previous patch did not get committed correctly.

This fixes the build.

Thanks to Jayson King, Michael Tokarev, Joel Becker, and Chuck Ebbert
for pointing out the problem, and the solution.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ocfs2/aops.c

index 0f04b707f67f92ee6420bae7ca8596ad9d5dcddb..40396374741b4130f340a0164127f0fb04fc2d94 100644 (file)
@@ -1234,6 +1234,7 @@ out:
  */
 static int ocfs2_write_cluster(struct address_space *mapping,
                               u32 phys, unsigned int unwritten,
+                              unsigned int should_zero,
                               struct ocfs2_alloc_context *data_ac,
                               struct ocfs2_alloc_context *meta_ac,
                               struct ocfs2_write_ctxt *wc, u32 cpos,