From: Michael Halcrow Date: Tue, 6 Jan 2009 22:42:03 +0000 (-0800) Subject: eCryptfs: Fix data types (int/size_t) X-Git-Tag: v2.6.29-rc1~300 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8f12864c52f8ab8520568dc97969c1749ae60bf;p=pandora-kernel.git eCryptfs: Fix data types (int/size_t) Correct several format string data type specifiers. Correct filename size data types; they should be size_t rather than int when passed as parameters to some other functions (although note that the filenames will never be larger than int). Signed-off-by: Michael Halcrow Cc: Dustin Kirkland Cc: Eric Sandeen Cc: Tyler Hicks Cc: David Kleikamp Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed