Skip to content

Commit f441ada

Browse files
jankaratorvalds
authored andcommitted
befs: remove dead code
Coverity id: 1042674 Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 1dd61aa commit f441ada

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fs/befs/linuxvfs.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,6 @@ befs_readdir(struct file *file, struct dir_context *ctx)
269269
}
270270
ctx->pos++;
271271
goto more;
272-
273-
befs_debug(sb, "<--- %s pos %lld", __func__, ctx->pos);
274-
275-
return 0;
276272
}
277273

278274
static struct inode *

0 commit comments

Comments
 (0)