commit | 6e3e2c4362e41a2f18e3f7a5ad81bd2f49a47b85 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 01 20:37:10 2021 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 08 10:19:35 2021 -0500 |
tree | ef51a46d8ebbfa4300e6fa4f1c20b171b351bf13 | |
parent | a38fd8748464831584a19438cbb3082b5a2dab15 [diff] |
new helper: inode_wrong_type() inode_wrong_type(inode, mode) returns true if setting inode->i_mode to given value would've changed the inode type. We have enough of those checks open-coded to make a helper worthwhile. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>