commit | 868eb7a8539d3e8c494209be2b1f4084a274dfef | [log] [tgz] |
---|---|---|
author | Jan Blunck <jblunck@suse.de> | Thu May 01 04:35:10 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 01 08:04:01 2008 -0700 |
tree | 98fa82b87e638fc7898fd5a73db3e87b5d542d66 | |
parent | 9d2de6ad2a78bb8b60bf7a54e6043dca44e9a801 [diff] |
autofs: path_{get,put}() cleanups Here are some more places where path_{get,put}() can be used instead of dput()/mntput() pair. Besides that it fixes a bug in autofs4_mount_busy() where mntput() was called before dput(). Signed-off-by: Jan Blunck <jblunck@suse.de> Cc: Ian Kent <raven@themaw.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>