ree 98fa82b87e638fc7898fd5a73db3e87b5d542d66 parent 9d2de6ad2a78bb8b60bf7a54e6043dca44e9a801 author Jan Blunck 1209641710 -0700 committer Linus Torvalds 1209654241 -0700 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 Cc: Ian Kent Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds -VQx