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)
commit9f37622f897a90ad3c3da5c14d94d8f3ffc62b70
treedbed84aa76784f22b20c0fee847b43c15dd29f72
parent3a8380c0754a7972668a46f645930910e304095c
eCryptfs: Turn lower lookup error messages into debug messages

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