From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Tso Subject: Re: [PATCH] fs: Don't pass stack garbage to filesystem's get_block() in map_bh->b_size Date: Tue, 12 May 2009 08:19:59 -0400 Message-ID: <20090512121959.GM21518@mit.edu> References: <1242128276-32406-1-git-send-email-tytso@mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Dave Kleikamp , linux-fsdevel@vger.kernel.org To: akpm@linux-foundation.org Return-path: Received: from thunk.org ([69.25.196.29]:53606 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756059AbZELMUD (ORCPT ); Tue, 12 May 2009 08:20:03 -0400 Content-Disposition: inline In-Reply-To: <1242128276-32406-1-git-send-email-tytso@mit.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hmm, I realized that I didn't put the name of the function that was misbehaving in the summary line. So how about changing the patch summary to be: fs: Fix nobh_truncate_page() to not pass stack garbage to get_block() - Ted