fs: add a vfs_fchown helper
authorChristoph Hellwig <hch@lst.de>
Tue, 14 Jul 2020 06:47:43 +0000 (08:47 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 16 Jul 2020 13:33:00 +0000 (15:33 +0200)
commitc04011fe8cbd80af1be6e12b53193bf3846750d7
tree7cf3bf49adc28ad5ff133986dee7f0e888bc16da
parentf8456690ba8eb18ea4714e68554e242a04f65cff
fs: add a vfs_fchown helper

Add a helper for struct file based chown operations.  To be used by
the initramfs code soon.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/open.c
include/linux/fs.h