UBIFS: amend debugging inode size check function prototype
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 31 May 2011 15:14:38 +0000 (18:14 +0300)
committerArtem Bityutskiy <dedekind1@gmail.com>
Mon, 4 Jul 2011 07:54:27 +0000 (10:54 +0300)
commitd808efb407e1a2cf83a8d21411157195f26bdef9
treea939d339288290b10b332dc6890646e68867aa20
parentbb2615d4d14777fd37e2b91bd99b92c0354813d1
UBIFS: amend debugging inode size check function prototype

Add 'const struct ubifs_info *c' parameter to 'dbg_check_synced_i_size()'
function because we'll need it in the next patch when we switch to debugfs.
So this patch is just a preparation.

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