]> git.baikalelectronics.ru Git - kernel.git/commit
[patch 1/4] vfs: path_{get,put}() cleanups
authorJan Blunck <jblunck@suse.de>
Mon, 9 Jun 2008 23:40:35 +0000 (16:40 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 23 Jun 2008 15:52:29 +0000 (11:52 -0400)
commit6239cbcbf827adfcd226af83262e7e553e3aa6e2
tree9f89ed29958a58fb6010ca60d7ce1f9d7a747b3c
parent54784742a5bbedec0216f6d6263b30d5ee3153c8
[patch 1/4] vfs: path_{get,put}() cleanups

Here are some more places where path_{get,put}() can be used instead of
dput()/mntput() pair.

Signed-off-by: Jan Blunck <jblunck@suse.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c
fs/pipe.c