fs/ecryptfs: Add printf format/argument verification and fix fallout
authorJoe Perches <joe@perches.com>
Wed, 10 Nov 2010 23:46:16 +0000 (15:46 -0800)
committerTyler Hicks <tyhicks@linux.vnet.ibm.com>
Mon, 17 Jan 2011 19:01:23 +0000 (13:01 -0600)
commit888d57bbc91ebd031451d4ab1c669baee826a06c
treea446e3d6f7134a50d5118702fadba04ab5ee3c14
parent0abe1169470571c473ee720c35fe5b3481c46c46
fs/ecryptfs: Add printf format/argument verification and fix fallout

Add __attribute__((format... to __ecryptfs_printk
Make formats and arguments match.
Add casts to (unsigned long long) for %llu.

Signed-off-by: Joe Perches <joe@perches.com>
[tyhicks: 80 columns cleanup and fixed typo]
Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
fs/ecryptfs/crypto.c
fs/ecryptfs/ecryptfs_kernel.h
fs/ecryptfs/file.c
fs/ecryptfs/keystore.c
fs/ecryptfs/main.c
fs/ecryptfs/mmap.c