From: braam Date: Wed, 23 Jul 2003 04:31:45 +0000 (+0000) Subject: - THIS BREAKS b_unify X-Git-Tag: v1_7_100~1^90~21 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=04d86021e3eef021c62c88269f16a232be2a433f;p=fs%2Flustre-release.git - THIS BREAKS b_unify 2.6.0 patches now fixed to Linus specs. 2.6.0 compiles, untested. beginning of similar changes for 2.4 changes --- diff --git a/lustre/obdfilter/filter_log.c b/lustre/obdfilter/filter_log.c index d91e1e8..1a26a9d 100644 --- a/lustre/obdfilter/filter_log.c +++ b/lustre/obdfilter/filter_log.c @@ -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);