commit | b3f0515004a5ee41d65218303804bd57fdda027e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Sep 26 09:04:00 2020 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Sep 26 22:55:05 2020 -0400 |
tree | 6521f7e8a4d4b8b44fbcb045b849b1fa2bbbc38b | |
parent | 09f1bde4017e9c34749da2918b3926799c77bce8 [diff] |
fs: remove vfs_stat_set_lookup_flags The function really obsfucates checking for valid flags and setting the lookup flags. The fact that it returns -EINVAL through and unsigned return value, which is then used as boolean really doesn't help either. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>