freebsd-dev/sys/fs/fifofs
Mateusz Guzik 183870cf75 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.

Reported by:	ivoras
Suggested by:	kib
MFC after:	1 week
2014-05-02 00:52:13 +00:00
..
fifo_vnops.c Ignore the error from pipespace_new when creating a pipe. 2014-05-02 00:52:13 +00:00