]> Git Repo - linux.git/commit - fs/stack.c
[PATCH] fsstack: Introduce fsstack_copy_{attr,inode}_*
authorJosef "Jeff" Sipek <[email protected]>
Fri, 8 Dec 2006 10:36:31 +0000 (02:36 -0800)
committerLinus Torvalds <[email protected]>
Fri, 8 Dec 2006 16:28:40 +0000 (08:28 -0800)
commit42cf11939becc717bd125d121a1a23415106a099
treed9c0c66e3f01287fd7da6315c1a4df7c3fd9d05b
parent17b3cff079721bbc45e9d6de2fa3edb73561e27d
[PATCH] fsstack: Introduce fsstack_copy_{attr,inode}_*

Introduce several fsstack_copy_* functions which allow stackable filesystems
(such as eCryptfs and Unionfs) to easily copy over (currently only) inode
attributes.  This prevents code duplication and allows for code reuse.

[[email protected]: Remove unneeded wrapper]
[[email protected]: fs/stack.c should #include <linux/fs_stack.h>]
Signed-off-by: Josef "Jeff" Sipek <[email protected]>
Cc: Michael Halcrow <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/Makefile
fs/stack.c [new file with mode: 0644]
include/linux/fs_stack.h [new file with mode: 0644]
This page took 0.046045 seconds and 4 git commands to generate.