]> git.baikalelectronics.ru Git - kernel.git/commit
VFS: Fix the banner comment on lookup_open()
authorDavid Howells <dhowells@redhat.com>
Thu, 14 Jun 2012 15:13:46 +0000 (16:13 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jul 2012 12:34:57 +0000 (16:34 +0400)
commit447d53fabe480b8477d7547924538008177ffa82
treebf09e52d1b0487dde325008b533853ac277bb264
parent389ab570b544d1d7d0f49d7c584ee343c67add52
VFS: Fix the banner comment on lookup_open()

Since commit 197e37d9, the banner comment on lookup_open() no longer matches
what the function returns.  It used to return a struct file pointer or NULL and
now it returns an integer and is passed the struct file pointer it is to use
amongst its arguments.  Update the comment to reflect this.

Also add a banner comment to atomic_open().

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c