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-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html