From: Tyler Hicks Date: Fri, 21 Aug 2009 09:27:46 +0000 (-0500) Subject: eCryptfs: Filename encryption only supports password auth tokens X-Git-Tag: v2.6.32-rc1~47^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df6ad33ba1b9846bd5f0e2b9016c30c20bc2d948;p=pandora-kernel.git eCryptfs: Filename encryption only supports password auth tokens Returns -ENOTSUPP when attempting to use filename encryption with something other than a password authentication token, such as a private token from openssl. Using filename encryption with a userspace eCryptfs key module is a future goal. Until then, this patch handles the situation a little better than simply using a BUG_ON(). Acked-by: Serge Hallyn Cc: ecryptfs-devel@lists.launchpad.net Cc: stable Signed-off-by: Tyler Hicks --- Reading git-diff-tree failed