commit | 888d57bbc91ebd031451d4ab1c669baee826a06c | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Nov 10 15:46:16 2010 -0800 |
committer | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Mon Jan 17 13:01:23 2011 -0600 |
tree | a446e3d6f7134a50d5118702fadba04ab5ee3c14 | |
parent | 0abe1169470571c473ee720c35fe5b3481c46c46 [diff] |
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>