commit | 44938af6e08580514abce8bea23ae1c034ea0b1d | [log] [tgz] |
---|---|---|
author | Ian Kent <raven@themaw.net> | Fri Sep 29 02:00:54 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Sep 29 09:18:18 2006 -0700 |
tree | 98b23773af1a0a8482a09eb60f5dc4a732484d58 | |
parent | be3ca7fecb1a9903c6253f49aec0af2a0f3a04e4 [diff] |
[PATCH] autofs4: pending flag not cleared on mount fail During testing I've found that the mount pending flag can be left set at exit from autofs4_lookup after a failed mount request. This shouldn't be allowed to happen and causes incorrect error returns. Signed-off-by: Ian Kent <raven@themaw.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>