From: Josef "Jeff" Sipek Date: Fri, 8 Dec 2006 10:36:31 +0000 (-0800) Subject: [PATCH] fsstack: Introduce fsstack_copy_{attr,inode}_* X-Git-Tag: v2.6.20-rc1~34^2~370 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42cf11939becc717bd125d121a1a23415106a099;p=pandora-kernel.git [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. [akpm@osdl.org: Remove unneeded wrapper] [bunk@stusta.de: fs/stack.c should #include ] Signed-off-by: Josef "Jeff" Sipek Cc: Michael Halcrow Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed