From 54e2b8433ab32f438834d2df060453bc892e0165 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 18 Jun 2011 20:11:43 -0400 Subject: [PATCH] --- yaml --- r: 253835 b: refs/heads/master c: 6b419951f1e44c8a46fccfc6551eca9a9980acd6 h: refs/heads/master i: 253833: 8fbbac5dbb80cddbd7bc10aad70a2cda2f8386c6 253831: 2585830db21e23c3ca49fd7150ac772cbca41920 v: v3 --- [refs] | 2 +- trunk/fs/coda/pioctl.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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; }