OSDN Git Service

nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 11 Sep 2006 17:42:44 +0000 (17:42 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 11 Sep 2006 17:42:44 +0000 (17:42 -0000)
commit00d7d6cef6419654071ccc77d9b2f212198dab3d
treedd597506d203700ee8bdab93e5467cac0e2a1712
parent64d7e93081141cb6f1668436a5629a2304047f38
nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"
option - it was going to return a special flag back to caller and
expecting caller to call it again with special parameter! Also
caller was charged with calling mount() syscall...

mount: mtab support was non-functional. Enabling it revealed serious bug
which is not fixed yet.
include/libbb.h
util-linux/mount.c
util-linux/nfsmount.c