Whamcloud - gitweb
- THIS BREAKS b_unify
authorbraam <braam>
Wed, 23 Jul 2003 04:31:45 +0000 (04:31 +0000)
committerbraam <braam>
Wed, 23 Jul 2003 04:31:45 +0000 (04:31 +0000)
  2.6.0 patches now fixed to Linus specs.  2.6.0 compiles, untested.
  beginning of similar changes for 2.4 changes

lustre/obdfilter/filter_log.c

index d91e1e8..1a26a9d 100644 (file)
@@ -186,7 +186,7 @@ static struct llog_handle *filter_log_create(struct obd_device *obd)
                 goto retry;
         }
 
-        rc = vfs_create(dparent->d_inode, dchild, S_IFREG);
+        rc = vfs_create(dparent->d_inode, dchild, S_IFREG, NULL);
         if (rc) {
                 CERROR("log create failed rc = %d\n", rc);
                 GOTO(out_child, rc);