From: Ian Kent Date: Mon, 25 Sep 2006 23:24:16 +0000 (-0700) Subject: [PATCH] autofs4: zero timeout prevents shutdown X-Git-Tag: v2.6.19-rc1~1243 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0ba7e5147829eaa607351997bccd06200a8db12;p=pandora-kernel.git [PATCH] autofs4: zero timeout prevents shutdown If the timeout of an autofs mount is set to zero then umounts are disabled. This works fine, however the kernel module checks the expire timeout and goes no further if it is zero. This is not the right thing to do at shutdown as the module is passed an option to expire mounts regardless of their timeout setting. This patch allows autofs to honor the force expire option. Signed-off-by: Ian Kent Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed