vfs: do_last() common post lookup
authorMiklos Szeredi <[email protected]>
Mon, 21 May 2012 15:30:14 +0000 (17:30 +0200)
committerAl Viro <[email protected]>
Fri, 1 Jun 2012 16:12:00 +0000 (12:12 -0400)
commit5f5daac12a4cef568d1269be0215fec0667193c1
treefd580ca7c35d607fd9267499193ec1a93b656cc1
parentd7fdd7f6e1afbffda03aeacb90039c092e8cacf8
vfs: do_last() common post lookup

Now the post lookup code can be shared between O_CREAT and plain opens since
they are essentially the same.

Signed-off-by: Miklos Szeredi <[email protected]>
Signed-off-by: Al Viro <[email protected]>
fs/namei.c