diff options
author | Erez Zadok <ezk@cs.sunysb.edu> | 2009-12-03 00:51:54 (GMT) |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-12-17 15:57:30 (GMT) |
commit | 9afa2fb6c13501e5b3536d15344fce4e5442c469 (patch) | |
tree | 470ff1993ad9e88e0ed3abf81cb7c9745919b33d /include | |
parent | cb59861f03a626196a23fdef5e20ddbb8cca6466 (diff) | |
download | linux-9afa2fb6c13501e5b3536d15344fce4e5442c469.tar.xz |
fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_all
This get_nlinks parameter was never used by the only mainline user,
ecryptfs; and it has never been used by unionfs or wrapfs either.
Acked-by: Dustin Kirkland <kirkland@canonical.com>
Acked-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs_stack.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/fs_stack.h b/include/linux/fs_stack.h index bb516ce..aa60311 100644 --- a/include/linux/fs_stack.h +++ b/include/linux/fs_stack.h @@ -8,9 +8,7 @@ #include <linux/fs.h> /* externs for fs/stack.c */ -extern void fsstack_copy_attr_all(struct inode *dest, const struct inode *src, - int (*get_nlinks)(struct inode *)); - +extern void fsstack_copy_attr_all(struct inode *dest, const struct inode *src); extern void fsstack_copy_inode_size(struct inode *dst, const struct inode *src); /* inlines */ |