* [PATCH 4/4] fs: ext4: dir: Removing indent on label
@ 2015-05-05 1:51 Adir Kuhn
0 siblings, 0 replies; only message in thread
From: Adir Kuhn @ 2015-05-05 1:51 UTC (permalink / raw)
To: kernel-janitors
Removing indent on label
Signed-off-by: Adir Kuhn <adirkuhn@gmail.com>
---
fs/ext4/dir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c
index 5c730bd..6573cef 100644
--- a/fs/ext4/dir.c
+++ b/fs/ext4/dir.c
@@ -579,7 +579,7 @@ static int ext4_dx_readdir(struct file *file, struct dir_context *ctx)
info->curr_minor_hash = fname->minor_hash;
if (call_filldir(file, ctx, fname))
break;
- next_node:
+next_node:
info->curr_node = rb_next(info->curr_node);
if (info->curr_node) {
fname = rb_entry(info->curr_node, struct fname,
--
2.1.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-05 1:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-05 1:51 [PATCH 4/4] fs: ext4: dir: Removing indent on label Adir Kuhn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox