]> git.baikalelectronics.ru Git - kernel.git/commit
reiserfs: Fix compilation breakage with CONFIG_REISERFS_CHECK
authorJan Kara <jack@suse.cz>
Wed, 11 Jun 2014 15:29:26 +0000 (17:29 +0200)
committerJan Kara <jack@suse.cz>
Wed, 11 Jun 2014 15:32:10 +0000 (17:32 +0200)
commit5a45edcd3c50a2c5c5468fc34312799464c6465c
treebd3f419d307efc736b39b9813a4b8da88ab93fc6
parent21c9cdd77fe5b1b57f8a918f80a6defbd90ca464
reiserfs: Fix compilation breakage with CONFIG_REISERFS_CHECK

There was a bug in debug printout when CONFIG_REISERFS_CHECK was
enabled so one of the assertions in do_balan.c didn't compile. Fix it.

Fixes: fab2e51b85b4eaa92eb934723fdf00730af87fe1
Signed-off-by: Jan Kara <jack@suse.cz>
fs/reiserfs/do_balan.c