diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-09 13:25:26 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-09 13:25:26 -0700 |
commit | e6b761e9f91948f22e8881024beb385ed15461fe (patch) | |
tree | 927ea77d9025d9a8b5396dd1c41b70e0f4e74b89 | |
parent | a5c69efe91ca7798fd1bd53fb8bd7e0c561f71a4 (diff) |
OCFS2: fix build error
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>
-rw-r--r-- | fs/ocfs2/aops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/aops.c b/fs/ocfs2/aops.c index 0f04b707f67f..40396374741b 100644 --- a/fs/ocfs2/aops.c +++ b/fs/ocfs2/aops.c @@ -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, |