Whamcloud - gitweb
Silence bogus compiler warning.
authoradilger <adilger>
Wed, 17 Dec 2003 19:49:18 +0000 (19:49 +0000)
committeradilger <adilger>
Wed, 17 Dec 2003 19:49:18 +0000 (19:49 +0000)
lustre/obdfilter/filter.c

index 0fed74f..e25189e 100644 (file)
@@ -1625,7 +1625,7 @@ static int filter_precreate(struct obd_device *obd, struct obdo *oa,
         struct dentry *dparent;
         int err = 0, rc = 0, i;
         __u64 next_id;
-        void *handle;
+        void *handle = NULL;
         ENTRY;
 
         filter = &obd->u.filter;