mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
inode_permission() calls devcgroup_inode_permission() and almost all such calls are _not_ for device nodes; let's at least keep the common path straight... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>