pipe: F_SETPIPE_SZ should return -EPERM for non-root
authorJens Axboe <jens.axboe@oracle.com>
Mon, 24 May 2010 17:15:57 +0000 (19:15 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 24 May 2010 17:15:57 +0000 (19:15 +0200)
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 <jens.axboe@oracle.com>

No differences found