Files
Linux/fs/ecryptfs
Randy Dunlap 164974a8f2 ecryptfs: fix printk format warning for size_t
Fix printk format warning (from Linus's suggestion):

on i386:
  fs/ecryptfs/miscdev.c:433:38: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'unsigned int'

and on x86_64:
  fs/ecryptfs/miscdev.c:433:38: warning: format '%u' expects type 'unsigned int', but argument 4 has type 'long unsigned int'

Signed-off-by: Randy Dunlap <[email protected]>
Cc:	Geert Uytterhoeven <[email protected]>
Cc:	Tyler Hicks <[email protected]>
Cc:	Dustin Kirkland <[email protected]>
Cc:	[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
2012-02-28 16:55:30 -08:00
..
2012-02-16 16:06:21 -06:00
2011-11-23 15:40:09 -06:00
2011-08-09 13:42:46 -05:00
2012-02-16 16:06:21 -06:00
2008-10-16 11:21:39 -07:00
2012-02-16 16:06:21 -06:00