Quiets the sparse noise: warning: symbol 'jfs_initxattrs' was not declared. Should it be static?
Signed-off-by: H Hartley Sweeten <[email protected]> Cc: Dave Kleikamp <[email protected]> --- diff --git a/fs/jfs/xattr.c b/fs/jfs/xattr.c index 26683e1..c52b16d 100644 --- a/fs/jfs/xattr.c +++ b/fs/jfs/xattr.c @@ -1089,7 +1089,7 @@ int jfs_removexattr(struct dentry *dentry, const char *name) } #ifdef CONFIG_JFS_SECURITY -int jfs_initxattrs(struct inode *inode, const struct xattr *xattr_array, +static int jfs_initxattrs(struct inode *inode, const struct xattr *xattr_array, void *fs_info) { const struct xattr *xattr; ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Jfs-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jfs-discussion
