Subject: L_COWINPROGRESS
To: None <hannken@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 07/12/2004 05:35:52
hi,

what's exactly L_COWINPROGRESS for?
i don't think it makes much sense because the subsequent pool_get()
in getnewbuf() can fail even if buf_lotsfree() returns 1 due to
L_COWINPROGRESS.
besides, i can't believe that lwp is a right place to put
a filesystem specific flag.

YAMAMOTO Takashi