diff --git a/[refs] b/[refs] index 602bc131e8b0..4b6ee339a2f2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ec12781f192568f7ea860f440f890389ba393df7 +refs/heads/master: 6b419951f1e44c8a46fccfc6551eca9a9980acd6 diff --git a/trunk/fs/coda/pioctl.c b/trunk/fs/coda/pioctl.c index 6cbb3afb36dc..cb140ef293e4 100644 --- a/trunk/fs/coda/pioctl.c +++ b/trunk/fs/coda/pioctl.c @@ -43,8 +43,6 @@ const struct file_operations coda_ioctl_operations = { /* the coda pioctl inode ops */ static int coda_ioctl_permission(struct inode *inode, int mask, unsigned int flags) { - if (flags & IPERM_FLAG_RCU) - return -ECHILD; return (mask & MAY_EXEC) ? -EACCES : 0; }