]> 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)
commit06a6bf7e4b989eb4a20c4ba0f343b7e4a7be1a27
treebf09e52d1b0487dde325008b533853ac277bb264
parent4e9d5b35e0b95c1911c3d1a4a7910999e8b75dd4
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