[PATCH]:dir.c patch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <chris.sacchi@xxxxxxxxx>
--- 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-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux