Whamcloud - gitweb
- merge 0.7rc1 from b_devel to HEAD (20030612 merge point)
[fs/lustre-release.git] / lustre / obdclass / fsfilt_reiserfs.c
index 06302c5..2aba0f1 100644 (file)
@@ -59,7 +59,8 @@ static void *fsfilt_reiserfs_brw_start(int objcount, struct fsfilt_objinfo *fso,
         return (void *)0xf00f00be;
 }
 
-static int fsfilt_reiserfs_commit(struct inode *inode, void *handle)
+static int fsfilt_reiserfs_commit(struct inode *inode, void *handle, 
+                                  int force_sync)
 {
         if (handle != (void *)0xf00f00be) {
                 CERROR("bad handle %p", handle);