]> err.no Git - util-linux/commitdiff
mount: remove set_proc_name()
authorKarel Zak <kzak@redhat.com>
Wed, 9 Apr 2008 09:52:11 +0000 (11:52 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 9 Apr 2008 09:52:11 +0000 (11:52 +0200)
This function has been used in background mount code.

Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.c

index c4d21ca8439ac6ed01b9d7519a74682a231d0755..fcc5531bcd07600bc01f00c1b693703adfc6bd23 100644 (file)
@@ -1377,19 +1377,6 @@ try_mount_one (const char *spec0, const char *node0, const char *types0,
   return res;
 }
 
-/*
- * set_proc_name()
- *     Update the argument vector, so that this process may be easily
- *     identified in a "ps" listing.
- */
-static void
-set_proc_name (const char *spec)
-{
-#ifdef DO_PS_FIDDLING
-       setproctitle ("mount", spec);
-#endif
-}
-
 static char *
 subst_string(const char *s, const char *sub, int sublen, const char *repl) {
        char *n;