Skip to content

Commit

Permalink
befs: remove dead code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jan Kara authored and Linus Torvalds committed Dec 13, 2014
1 parent 1dd61aa commit f441ada
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fs/befs/linuxvfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,6 @@ befs_readdir(struct file *file, struct dir_context *ctx)
}
ctx->pos++;
goto more;

befs_debug(sb, "<--- %s pos %lld", __func__, ctx->pos);

return 0;
}

static struct inode *
Expand Down

0 comments on commit f441ada

Please sign in to comment.