From: Tyler Hicks Date: Mon, 15 Nov 2010 23:36:38 +0000 (-0600) Subject: ecryptfs: Fix ecryptfs_printk() size_t warnings X-Git-Tag: v2.6.38-rc1~17^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f24b38874e1e37bb70291bbc4c5c3c13f5f9dac8;p=pandora-kernel.git ecryptfs: Fix ecryptfs_printk() size_t warnings Commit cb55d21f6fa19d8c6c2680d90317ce88c1f57269 revealed a number of missing 'z' length modifiers in calls to ecryptfs_printk() when printing variables of type size_t. This patch fixes those compiler warnings. Signed-off-by: Tyler Hicks --- Reading git-diff-tree failed