eCryptfs: Turn lower lookup error messages into debug messages
authorTyler Hicks <tyhicks@linux.vnet.ibm.com>
Thu, 25 Mar 2010 16:16:56 +0000 (11:16 -0500)
committerTyler Hicks <tyhicks@linux.vnet.ibm.com>
Mon, 19 Apr 2010 19:42:18 +0000 (14:42 -0500)
Vaugue warnings about ENAMETOOLONG errors when looking up an encrypted
file name have caused many users to become concerned about their data.
Since this is a rather harmless condition, I'm moving this warning to
only be printed when the ecryptfs_verbosity module param is 1.

Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
fs/ecryptfs/inode.c

Simple merge