On Oct 20, 2012, at 1:02 PM, Andriy Gapon wrote:
> Author: avg
> Date: Sat Oct 20 10:02:18 2012
> New Revision: 241773
> URL: http://svn.freebsd.org/changeset/base/241773
>
> Log:
> zfs: wait in arc_lowmem only if curproc == pageproc
>
> ... otherwise the current thread might be holding ARC
Author: avg
Date: Sat Oct 20 10:02:18 2012
New Revision: 241773
URL: http://svn.freebsd.org/changeset/base/241773
Log:
zfs: wait in arc_lowmem only if curproc == pageproc
... otherwise the current thread might be holding ARC locks and thus run
into a deadlock. This happens, for example,