From 73eafb4b51d91e589ec475b854c7d0d51b931f05 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 16 Aug 2002 20:37:47 +0000 Subject: [PATCH] Fix harmless compile warning. Not sure the code is correct, though, since it would appear to preclude unlinking a non-regular, non-directory file. --- lustre/mds/mds_reint.c | 1 + 1 file changed, 1 insertion(+) 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(); } -- 1.8.3.1