Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757280Ab2HYUhF (ORCPT ); Sat, 25 Aug 2012 16:37:05 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:56399 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751596Ab2HYUhC (ORCPT ); Sat, 25 Aug 2012 16:37:02 -0400 MIME-Version: 1.0 Date: Sat, 25 Aug 2012 16:37:01 -0400 Message-ID: Subject: [PATCH]:dir.c patch From: Christopher Sacchi To: linux-fsdevel@vger.kernel.org Cc: Linux Kernel Mailing List Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 914 Lines: 28 Here is a non-style issue dir.c-patch, and as far as I can see from the lines of code, the compilation errors weren't about what I put in. This patch fixes a "break" statement inside an "if" statement, as obviously not correct. Here's the patch for the kernel version v3.6.0rc3: -- Signed-off-by: Christopher P. Sacchi --- dir.c 2012-08-25 15:47:24.260443900 -0400 +++ dir.c 2012-08-25 16:02:05.458845600 -0400 @@ -580,7 +580,6 @@ static int ext4_dx_readdir(struct file * return ret; if (ret == 0) { filp->f_pos = ext4_get_htree_eof(filp); - break; } info->curr_node = rb_first(&info->root); } -- -- Christopher -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/