From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Date: Tue, 20 May 2014 20:08:27 +0000 Subject: Re: [PATCH] ext4: remove unused local variable "store" from ext4_readdir(...) Message-Id: <20140520200827.GM15585@mwanda> List-Id: References: <20140520144113.GB13333@vaio> In-Reply-To: <20140520144113.GB13333@vaio> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Giedrius Rekasius Cc: Theodore Ts'o , Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-fsdevel@vger.kernel.org On Tue, May 20, 2014 at 03:41:13PM +0100, Giedrius Rekasius wrote: > From: Giedrius Rekasius > > Remove unused local variable "store" from ext4_readdir(...) > > Local variable "stored" is initialized however never used inside the function. > > Signed-off-by: Giedrius Rekasius You email client is corrupting the patch so it doesn't apply. Read Documentation/email-clients.txt (linux-next version). regards, dan carpenter