Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21d1101f authored by Dave Kleikamp's avatar Dave Kleikamp
Browse files

jfs: fix sparse warning in fs/jfs/xattr.c



  CHECK   fs/jfs/xattr.c
fs/jfs/xattr.c:1092:5: warning: symbol 'jfs_initxattrs' was not declared. Should it be static?

Signed-off-by: default avatarDave Kleikamp <dave.kleikamp@oracle.com>
parent 4d3797d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;