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

From: Jeff
Date: Tue Oct 17 2006 - 00:53:16 EST


From: Josef "Jeff" Sipek <jsipek@xxxxxxxxxxxxx>

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@xxxxxxxxxxxxx>


-
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/