From: alex Date: Wed, 28 Jul 2004 21:25:47 +0000 (+0000) Subject: - just to avoid gcc warning X-Git-Tag: 1.3.4~532 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=ff1adf58016359abd15a6d838dd1d28b6d99f7ae;p=fs%2Flustre-release.git - just to avoid gcc warning --- diff --git a/lustre/lvfs/llog_lvfs.c b/lustre/lvfs/llog_lvfs.c index 3b1b548..17a3b62 100644 --- a/lustre/lvfs/llog_lvfs.c +++ b/lustre/lvfs/llog_lvfs.c @@ -636,7 +636,7 @@ llog_object_create_alone(struct llog_ctxt *ctxt, struct llog_logid *lgh_id) static struct file * llog_object_create_generic(struct llog_ctxt *ctxt, struct llog_logid *lgh_id) { - struct file *filp; + struct file *filp = NULL; struct dentry *dchild; struct obd_device *obd; struct obdo *oa = NULL;