]> git.karo-electronics.de Git - karo-tx-linux.git/commit
UBIFS: get rid of dbg_err
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 16 May 2012 17:11:23 +0000 (20:11 +0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 16 May 2012 17:11:23 +0000 (20:11 +0300)
commita6aae4dd0ffad299a33d122f8a339b399bee5381
tree958b015be27d97d079a3c14694576571ca916600
parentf70b7e52aa23c9aea5346b9730b402fb55f9079b
UBIFS: get rid of dbg_err

This patch removes the 'dbg_err()' macro and we now use 'ubifs_err()' instead.
The idea of 'dbg_err()' was to compile out some error message to make the
binary a bit smaller - but I think it was a bad idea.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
12 files changed:
fs/ubifs/commit.c
fs/ubifs/debug.c
fs/ubifs/debug.h
fs/ubifs/lpt.c
fs/ubifs/lpt_commit.c
fs/ubifs/orphan.c
fs/ubifs/recovery.c
fs/ubifs/replay.c
fs/ubifs/scan.c
fs/ubifs/super.c
fs/ubifs/tnc_misc.c
fs/ubifs/xattr.c