commit | abfeb724b43f371ea70ec2c1290ed33e6f65db60 | [log] [tgz] |
---|---|---|
author | Sougata Santra <sougata@tuxera.com> | Thu Apr 03 14:50:33 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Apr 03 16:21:26 2014 -0700 |
tree | 23a275cf4a44ec8d1e5e3bcbe87f980afb930da5 | |
parent | 7fac376d78da96cc8debdd3f8e817c9136321486 [diff] |
fs/hfsplus/extents.c: remove unused variable in hfsplus_get_block The variable is defined but not used. Generally it compiles away with -O2 optimization hence it does not show a warning. Signed-off-by: Sougata Santra <sougata@tuxera.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>