From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Phillips Subject: Re: [PATCH] [Request for inclusion] Filesystem in Userspace Date: Fri, 3 Dec 2004 17:07:45 -0500 Message-ID: <200412031707.46114.phillips@istop.com> References: <41ACE816.50104@argo.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Miklos Szeredi , alan@lxorguk.ukuu.org.uk, torvalds@osdl.org, hbryan@us.ibm.com, akpm@osdl.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, pavel@ucw.cz Return-path: To: Avi Kivity In-Reply-To: <41ACE816.50104@argo.co.il> Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hi Avi, On Tuesday 30 November 2004 16:37, Avi Kivity wrote: > The situation with userspace filesystems is: > > some process allocates memory, blocking on kswapd as memory is full > kswapd calls userspace filesystem to free memory > userspace filesystem calls kernel, which allocates memory and blocks > on kswapd > eventually all processes in the system block on kswapd > > I have observed (and fixed) this on a real system. What was your fix? Regards, Daniel