From: adilger Date: Fri, 16 Aug 2002 20:37:47 +0000 (+0000) Subject: Fix harmless compile warning. Not sure the code is correct, though, since X-Git-Tag: v1_7_100~5087 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=73eafb4b51d91e589ec475b854c7d0d51b931f05;hp=b2c2b51e2d839de0fa619ccc4319a414c3956c81;p=fs%2Flustre-release.git Fix harmless compile warning. Not sure the code is correct, though, since it would appear to preclude unlinking a non-regular, non-directory file. --- diff --git a/lustre/mds/mds_reint.c b/lustre/mds/mds_reint.c index 939eeaf..f626289 100644 --- a/lustre/mds/mds_reint.c +++ b/lustre/mds/mds_reint.c @@ -466,6 +466,7 @@ static int mds_reint_unlink(struct mds_update_record *rec, int offset, rc = vfs_unlink(dir, dchild); break; default: + handle = NULL; LBUG(); }