From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932475Ab1I3ULK (ORCPT ); Fri, 30 Sep 2011 16:11:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43044 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751531Ab1I3ULH (ORCPT ); Fri, 30 Sep 2011 16:11:07 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <2150.1314882260@redhat.com> <5149.1317036720@redhat.com> <6324.1317308270@redhat.com> <12748.1317313818@redhat.com> <18003.1317336244@redhat.com> <6261.1317385734@redhat.com> To: Linux filesystem caching discussion list Cc: dhowells@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [Linux-cachefs] 3.0.3 64-bit Crash running fscache/cachefilesd Date: Fri, 30 Sep 2011 21:10:15 +0100 Message-ID: <29780.1317413415@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mark Moseley wrote: > [ 6052.503856] [kworke] <== __fscache_write_page() = -ENOBUFS [invalidating] Nothing to worry about. I have some kleave() calls to turn into _leave(). > [ 7720.060050] [] fscache_put_operation+0x304/0x330 > [ 7720.060050] [] fscache_op_work_func+0x3b/0xd0 > [ 7720.060050] [] process_one_work+0x164/0x440 > [ 7720.060050] [] ? fscache_put_operation+0x330/0x330 > [ 7720.060050] [] worker_thread+0x19b/0x430 > [ 7720.060050] [] ? manage_workers+0x210/0x210 > [ 7720.060050] [] kthread+0x9e/0xb0 > [ 7720.060050] [] kernel_thread_helper+0x4/0x10 > [ 7720.060050] [] ? retint_restore_args+0xe/0xe > [ 7720.060050] [] ? kthread_worker_fn+0x190/0x190 > [ 7720.060050] [] ? gs_change+0xb/0xb Hmmm... That's a new one. Looks like I've missed another op put. Thanks for testing! David