fusermount: Added support for auto_unmount option
authorMax Krasnyansky <maxk@kernel.org>
Sat, 12 Mar 2011 06:59:14 +0000 (22:59 -0800)
committerMax Krasnyansky <maxk@kernel.org>
Fri, 15 Apr 2011 22:14:49 +0000 (15:14 -0700)
commit22ccf0576c432e42767a622d68ae5e14ce1aeafe
tree0bb8983a8b9fb998490fa8507fea4306960124a8
parent9ca8283f6f4ba78019978d3a5e423ca3e66f58ba
fusermount: Added support for auto_unmount option

When this option is specified fusermount will become a daemon and wait for the
parent to exit or die, which causes control fd to get closed. It will then try
to unmount the original mountpoint.
util/fusermount.c