]> git.baikalelectronics.ru Git - kernel.git/commit
VFS: Make chown() and lchown() call fchownat()
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Jun 2012 11:55:09 +0000 (12:55 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jul 2012 12:35:54 +0000 (16:35 +0400)
commitdee202314a92ae640ea32d464be06bd873bd3c87
treee970472b64e95f32933ad49cb36d0ae814595e54
parent3d22db8549640996806e38959e860da9966c13ff
VFS: Make chown() and lchown() call fchownat()

Make the chown() and lchown() syscalls jump to the fchownat() syscall with the
appropriate extra arguments.

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