diff options
author | Jan Kara <jack@suse.cz> | 2014-12-12 19:57:24 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-13 15:42:51 -0500 |
commit | f441ada0040ed35572df517293b44a9998cc022d (patch) | |
tree | 87d1324fddbc9b9be59ffca6f16d0e060a0d34f9 /fs/befs | |
parent | 1dd61aa31cb5a64fe294c32424d9602fdb7317b0 (diff) |
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>
Diffstat (limited to 'fs/befs')
-rw-r--r-- | fs/befs/linuxvfs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c index b94d1cc9cd30..edf47774b03d 100644 --- a/fs/befs/linuxvfs.c +++ b/fs/befs/linuxvfs.c | |||
@@ -269,10 +269,6 @@ more: | |||
269 | } | 269 | } |
270 | ctx->pos++; | 270 | ctx->pos++; |
271 | goto more; | 271 | goto more; |
272 | |||
273 | befs_debug(sb, "<--- %s pos %lld", __func__, ctx->pos); | ||
274 | |||
275 | return 0; | ||
276 | } | 272 | } |
277 | 273 | ||
278 | static struct inode * | 274 | static struct inode * |