X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fntfs%2Fdebug.h;h=63c62602224e31abc61ed4d7f9f4fa6d480ad8ba;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=e90da51537e3fa294218d5ab7d480b21fcc946da;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/fs/ntfs/debug.h b/fs/ntfs/debug.h index e90da5153..63c626022 100644 --- a/fs/ntfs/debug.h +++ b/fs/ntfs/debug.h @@ -51,7 +51,7 @@ extern void __ntfs_debug (const char *file, int line, const char *function, #define ntfs_debug(f, a...) \ __ntfs_debug(__FILE__, __LINE__, __FUNCTION__, f, ##a) -extern void ntfs_debug_dump_runlist(const run_list_element *rl); +extern void ntfs_debug_dump_runlist(const runlist_element *rl); #else /* !DEBUG */