Commit f441ada0 authored by Jan Kara's avatar Jan Kara Committed by Linus Torvalds

befs: remove dead code

Coverity id: 1042674
Signed-off-by: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1dd61aa3
...@@ -269,10 +269,6 @@ befs_readdir(struct file *file, struct dir_context *ctx) ...@@ -269,10 +269,6 @@ befs_readdir(struct file *file, struct dir_context *ctx)
} }
ctx->pos++; ctx->pos++;
goto more; goto more;
befs_debug(sb, "<--- %s pos %lld", __func__, ctx->pos);
return 0;
} }
static struct inode * static struct inode *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment