commit | 9e96c8c0e94eea2f69a9705f5d0f51928ea26c17 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jul 14 08:55:05 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Thu Jul 16 15:33:04 2020 +0200 |
tree | b37bff2ea4afb198636d736ad4e4572af4aeaeb3 | |
parent | c04011fe8cbd80af1be6e12b53193bf3846750d7 [diff] |
fs: add a vfs_fchmod helper Add a helper for struct file based chmode 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>