commit | c4ab036a2f41184ba969f86dda73be361c9ab39d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 23 17:44:08 2021 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Mar 12 23:13:52 2021 -0500 |
tree | d2d2d597d2772a482b1b2f4797cee84992553751 | |
parent | b577d0cd2104fdfcf0ded3707540a12be8ddd8b0 [diff] |
spufs: fix bogosity in S_ISGID handling clearing everything *except* S_ISGID (including the S_IFDIR, among other things) is wrong. Just use init_inode_owner() and be done with that... Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>