From ff1adf58016359abd15a6d838dd1d28b6d99f7ae Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 28 Jul 2004 21:25:47 +0000 Subject: [PATCH] - just to avoid gcc warning --- lustre/lvfs/llog_lvfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.3.1