]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - fs/namei.c
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)
commit1acf0af9b981027f3e73e93f0d3f85abdc794f71
treebf09e52d1b0487dde325008b533853ac277bb264
parent312b63fba9e88a0dcf800834b8ede8716bcc1e17
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