]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r265206:
authormjg <mjg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 6 Jul 2014 22:47:18 +0000 (22:47 +0000)
committermjg <mjg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 6 Jul 2014 22:47:18 +0000 (22:47 +0000)
commitf5f981cfa2d838e1fe9b6ab5d5a489589961b41d
treea48ff4d31f2ad666363131b8d2aaf573f7a8e54c
parent5ffbe2e64d81e13203c15ded889b8be73d6860f6
MFC r265206:

Ignore the error from pipespace_new when creating a pipe.

It can fail if pipe map is exhausted (as a result of too many pipes created),
but it is not fatal and could be provoked by unprivileged users. The only
consequence is worse performance with given pipe.

git-svn-id: svn://svn.freebsd.org/base/stable/10@268335 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/fifofs/fifo_vnops.c
sys/kern/sys_pipe.c
sys/sys/pipe.h