]> git.baikalelectronics.ru Git - kernel.git/commit
eCryptfs: remove netlink transport
authorTyler Hicks <tyhicks@linux.vnet.ibm.com>
Thu, 16 Oct 2008 05:02:51 +0000 (22:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:39 +0000 (11:21 -0700)
commitae7cc7b1189432789b264e4b916d4b9a43f99824
tree1098d75abc1f4d335e2276dd9dde00a60ee568b5
parent3b360c21c85044a218dca9872b5e9ce665a167ab
eCryptfs: remove netlink transport

The netlink transport code has not worked for a while and the miscdev
transport is a simpler solution.  This patch removes the netlink code and
makes the miscdev transport the only eCryptfs kernel to userspace
transport.

Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
Cc: Michael Halcrow <mhalcrow@us.ibm.com>
Cc: Dustin Kirkland <kirkland@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ecryptfs/Makefile
fs/ecryptfs/ecryptfs_kernel.h
fs/ecryptfs/keystore.c
fs/ecryptfs/main.c
fs/ecryptfs/messaging.c
fs/ecryptfs/netlink.c [deleted file]