]> git.decadent.org.uk Git - nfs-utils.git/commit
The prev_bg_host stuff made sense when NFS didn't have its own mount
authorJeff Layton <jlaton@redhat.com>
Wed, 7 May 2008 14:37:40 +0000 (10:37 -0400)
committerSteve Dickson <steved@redhat.com>
Wed, 7 May 2008 14:37:40 +0000 (10:37 -0400)
commit5fb4042ce4eb4fd5e50e3fb0f78bbd20b4d46e78
tree01627ec684bce5d8310d4ce75ed6e1a7e065fed8
parent281ca299724f24e7b19c1eca04bba03410e2a306
The prev_bg_host stuff made sense when NFS didn't have its own mount
handler. Now though, each mount.nfs invocation is really a one-shot
affair, and this check no longer works. It also leaked memory. Remove
it.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mount/nfsmount.c