projects
/
nfs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a986ff
)
umount.nfs: make del_mtab() a static function
author
Chuck Lever
<chuck.lever@oracle.com>
Sat, 28 Jul 2007 21:49:54 +0000
(17:49 -0400)
committer
Neil Brown
<neilb@suse.de>
Mon, 30 Jul 2007 06:12:53 +0000
(16:12 +1000)
Clean-up: del_mtab() isn't used outside of nfsumount.c.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Neil Brown <neilb@suse.de>
utils/mount/nfsumount.c
patch
|
blob
|
history
diff --git
a/utils/mount/nfsumount.c
b/utils/mount/nfsumount.c
index
9b7c44d
..
51349f1
100644
(file)
--- 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;