|
@@ -150,7 +150,7 @@ long udf_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
|
|
|
long old_block, new_block;
|
|
|
int result = -EINVAL;
|
|
|
|
|
|
- if (file_permission(filp, MAY_READ) != 0) {
|
|
|
+ if (inode_permission(inode, MAY_READ) != 0) {
|
|
|
udf_debug("no permission to access inode %lu\n", inode->i_ino);
|
|
|
result = -EPERM;
|
|
|
goto out;
|