From 886308ab293efefd15d6ac5ef6aa2424c4695021 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Sat, 28 Jul 2007 17:49:54 -0400 Subject: [PATCH] umount.nfs: make del_mtab() a static function Clean-up: del_mtab() isn't used outside of nfsumount.c. Signed-off-by: Chuck Lever Signed-off-by: Neil Brown --- utils/mount/nfsumount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mount/nfsumount.c b/utils/mount/nfsumount.c index 9b7c44d..51349f1 100644 --- a/utils/mount/nfsumount.c +++ b/utils/mount/nfsumount.c @@ -53,7 +53,7 @@ int force; int lazy; int remount; -int del_mtab(const char *spec, const char *node) +static int del_mtab(const char *spec, const char *node) { int umnt_err, res; -- 2.39.2