UBIFS: amend debugging name check function prototype
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 31 May 2011 14:47:53 +0000 (17:47 +0300)
committerArtem Bityutskiy <dedekind1@gmail.com>
Mon, 4 Jul 2011 07:54:27 +0000 (10:54 +0300)
commitbb2615d4d14777fd37e2b91bd99b92c0354813d1
tree0b8bbad1cd3e8538ce451533d4221a8a8fb1b679
parent06b282a4cc02f37414c14c94a2f154ca250cf73f
UBIFS: amend debugging name check function prototype

Add 'struct ubifs_info *c' parameter to the 'dbg_check_name()' debugging
function - it will be needed in one of the following commits where we switch to
debugfs. So this is just a preparation.

Mark parameters as 'const' while on it.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/dir.c