From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: Problem found, but why??? Date: Wed, 02 Feb 2011 16:51:01 -0500 Message-ID: <1296683256-sup-5329@think> References: <4D498ADC.4060306@panasas.com> <4D49A69C.4040801@panasas.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: linux-fsdevel , Al Viro , Andrew Morton , Nick Piggin To: Boaz Harrosh Return-path: Received: from rcsinet10.oracle.com ([148.87.113.121]:41165 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754546Ab1BBVwd (ORCPT ); Wed, 2 Feb 2011 16:52:33 -0500 In-reply-to: <4D49A69C.4040801@panasas.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Excerpts from Boaz Harrosh's message of 2011-02-02 13:46:52 -0500: > 115e19c53501edc11f730191f7f047736815ae3d is the first bad commit > commit 115e19c53501edc11f730191f7f047736815ae3d > Author: Boaz Harrosh > > exofs: Set i_mapping->backing_dev_info anyway > > OK It's stupid ME. But why please someone explain this issue? > For now I'll send a revert, but I would like this explained, > perhaps a more solid fix is needed. The bdi_init code doesn't seem to set the ra_pages to a default number. You got there via kzalloc, so the ra_pages field in your bdi is probably zero. This should stop all readahead. -chris