From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: reiserfs_file_write: item has been moved Date: 02 Apr 2002 08:48:06 -0500 Message-ID: <1017755286.17572.13.camel@tiny> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit list-help: list-unsubscribe: list-post: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" To: Adrian Phillips Cc: reiserfs-list@namesys.com On Tue, 2002-04-02 at 01:29, Adrian Phillips wrote: > > I got one of these in my logs :- > > kernel: reiserfs_file_write: item has been moved while we were in copy_from_user (appending to the direct item) > These are safe. Recent 2.2.x kernels include a patch from andrea that makes copy_from/to_user much more likely to schedule. Whoever coded reiserfs_file_write correctly realized it was possible for these calls to schedule (and correctly dealt with it), but before they almost never did schedule, so the debugging was probably forgotten. -chris