[PATCH 0 of 2] Stackfs: generic stackable filesystem helper functions

From: Jeff
Date: Fri Oct 13 2006 - 07:50:10 EST


The following patches introduce stackfs_copy_* functions. These functions
copy inode attributes (such as {a,c,m}time, mode, etc.) from one inode to
another.

While, intended for stackable filesystems any portion of the kernel wishing
to copy inode attributes can use them.

This series consists of two patches, the first introduces the stackfs
functions, and the second makes eCryptfs a user.

Signed-off-by: Josef "Jeff" Sipek <jsipek@xxxxxxxxxxxxx>

4 files changed, 85 insertions(+), 59 deletions(-)
fs/ecryptfs/file.c | 3 +
fs/ecryptfs/inode.c | 71 +++++++++-------------------------------------
fs/ecryptfs/main.c | 5 +--
include/linux/stack_fs.h | 65 ++++++++++++++++++++++++++++++++++++++++++



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/