From 04d86021e3eef021c62c88269f16a232be2a433f Mon Sep 17 00:00:00 2001 From: braam Date: Wed, 23 Jul 2003 04:31:45 +0000 Subject: [PATCH] - 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 --- lustre/obdfilter/filter_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1