[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <patchbomb.1161060146@thor.fsl.cs.sunysb.edu>
Date: Tue, 17 Oct 2006 00:42:26 -0400
From: Josef "Jeff" Sipek <jsipek@...sunysb.edu>
To: linux-kernel@...r.kernel.org
Cc: linux-fsdevel@...r.kernel.org, akpm@...l.org, torvalds@...l.org,
hch@...radead.org, viro@....linux.org.uk, penberg@...helsinki.fi,
mhalcrow@...ibm.com, ezk@...sunysb.edu, jengelh@...ux01.gwdg.de
Subject: [PATCH 0 of 2] fsstack: generic stackable filesystem helper functions
From: Josef "Jeff" Sipek <jsipek@...sunysb.edu>
The following patches introduce fsstack_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 fsstack
functions, and the second makes eCryptfs a user.
Changes since previous submission:
- rename to fsstack (akpm)
- removed fstack_copy_attr_timesizes (akpm)
- move non-inlined functions to fs/stack.c (Jan Engelhardt)
Signed-off-by: Josef "Jeff" Sipek <jsipek@...sunysb.edu>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists