-
Al Viro authored
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>
Al Viro authoredinode_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>
Loading