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

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
...@@ -1089,7 +1089,7 @@ int jfs_removexattr(struct dentry *dentry, const char *name) ...@@ -1089,7 +1089,7 @@ int jfs_removexattr(struct dentry *dentry, const char *name)
} }
#ifdef CONFIG_JFS_SECURITY #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) void *fs_info)
{ {
const struct xattr *xattr; const struct xattr *xattr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment