From: Jens Axboe Date: Mon, 24 May 2010 17:15:57 +0000 (+0200) Subject: pipe: F_SETPIPE_SZ should return -EPERM for non-root X-Git-Tag: v2.6.35-rc2~12^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0191f8697bbdfefcd36e7b8dc3eeddfe82893e4b;p=pandora-kernel.git pipe: F_SETPIPE_SZ should return -EPERM for non-root If the passed in size is larger than what has been set as the system wide limit and the user is not root, we want to return permission denied (not invalid value). Signed-off-by: Jens Axboe --- Reading git-diff-tree failed