|
|
Log in / Subscribe / Register

Stackfs: generic stackable filesystem helper functions

From:  Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>
To:  linux-kernel@vger.kernel.org
Subject:  [PATCH 0 of 2] Stackfs: generic stackable filesystem helper functions
Date:  Fri, 13 Oct 2006 07:18:48 -0400
Cc:  akpm@osdl.org, torvalds@osdl.org, hch@infradead.org, viro@ftp.linux.org.uk, linux-fsdevel@vger.kernel.org, penberg@cs.helsinki.fi, ezk@cs.sunysb.edu, mhalcrow@us.ibm.com

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@cs.sunysb.edu>

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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



Copyright © 2006, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds