commit | 00d7d6cef6419654071ccc77d9b2f212198dab3d | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Mon Sep 11 17:42:44 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Mon Sep 11 17:42:44 2006 +0000 |
tree | dd597506d203700ee8bdab93e5467cac0e2a1712 | |
parent | 64d7e93081141cb6f1668436a5629a2304047f38 [diff] |
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.