userns: rename is_owner_or_cap to inode_owner_or_capable
[linux-2.6-block.git] / fs / nilfs2 / ioctl.c
index 95c04c2f2b3e06f619e1db52283b750479075296..f2469ba6246bd76458da3ce2b40121dd5f5d7d2b 100644 (file)
@@ -113,7 +113,7 @@ static int nilfs_ioctl_setflags(struct inode *inode, struct file *filp,
        unsigned int flags, oldflags;
        int ret;
 
-       if (!is_owner_or_cap(inode))
+       if (!inode_owner_or_capable(inode))
                return -EACCES;
 
        if (get_user(flags, (int __user *)argp))