Whamcloud - gitweb
LU-4423 utils: Remove variables qualified by 'extern' under mount_utils.c 88/35688/2
authorArshad Hussain <arshad.super@gmail.com>
Sat, 3 Aug 2019 07:18:10 +0000 (12:48 +0530)
committerOleg Drokin <green@whamcloud.com>
Thu, 15 Aug 2019 07:55:14 +0000 (07:55 +0000)
Removal of corresponding 'extern' declaration is already done
under commit b43c7cc6cba514687ebcbeaa1a7dcc8cf7ffa694.

This patch is an extension to the above commit and covers
file mount_utils.c

Test-Parameters: trivial
Signed-off-by: Arshad Hussain <arshad.super@gmail.com>
Change-Id: I2362be0f7ec32fba9d9e680a3d7c416e5ec40083
Reviewed-on: https://review.whamcloud.com/35688
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
lustre/utils/mount_utils.c

index be5d46b..5f3c296 100644 (file)
@@ -62,9 +62,6 @@
 
 #include "mount_utils.h"
 
-extern char *progname;
-extern int verbose;
-
 #define vprint(fmt, arg...) if (verbose > 0) printf(fmt, ##arg)
 #define verrprint(fmt, arg...) if (verbose >= 0) fprintf(stderr, fmt, ##arg)