]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: lookup_open(): expand lookup_hash()
authorMiklos Szeredi <mszeredi@suse.cz>
Tue, 5 Jun 2012 13:10:16 +0000 (15:10 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jul 2012 12:33:02 +0000 (16:33 +0400)
commit72c3b35cf0f9848791d741b834450ec968d93527
tree75b6ad7367e699ae891566a6b0d11d05b354ac94
parent6a56893aa8bab8d2560f774fe85456113bda66d3
vfs: lookup_open(): expand lookup_hash()

Copy __lookup_hash() into lookup_open().  The next patch will insert the atomic
open call just before the real lookup.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c