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)
commit54ef487241e863a6046536ac5b1fcd5d7cde86e5
tree75b6ad7367e699ae891566a6b0d11d05b354ac94
parentd58ffd35c1e595df2cf8ac4803f178c8be95ca7a
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