Re: [PATCH -mm] hpfs: fix printk format warnings

2006-11-19 Thread Mikulas Patocka
From: Randy Dunlap [EMAIL PROTECTED] Fix hpfs printk warnings: (why do I only see these in -mm?) Probably because -mm has unsigned long inode number and Linus' kernel has just unsigned int? Change it this way: hpfs_error(inode-i_sb, not a directory, fnode %08lx, (unsigned

[PATCH -mm] hpfs: fix printk format warnings

2006-11-17 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Fix hpfs printk warnings: (why do I only see these in -mm?) fs/hpfs/dir.c:87: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'long unsigned int' fs/hpfs/dir.c:147: warning: format '%08x' expects type 'unsigned int', but argument