Commit 176576db authored by Djalal Harouni's avatar Djalal Harouni Committed by Theodore Ts'o

ext4: make local symbol ext4_initxattrs static

The ext4_initxattrs symbol is used only in this file, so it should be
declared static.
Signed-off-by: default avatarDjalal Harouni <tixxdz@opendz.org>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 9837d8e9
...@@ -48,8 +48,9 @@ ext4_xattr_security_set(struct dentry *dentry, const char *name, ...@@ -48,8 +48,9 @@ ext4_xattr_security_set(struct dentry *dentry, const char *name,
name, value, size, flags); name, value, size, flags);
} }
int ext4_initxattrs(struct inode *inode, const struct xattr *xattr_array, static int
void *fs_info) ext4_initxattrs(struct inode *inode, const struct xattr *xattr_array,
void *fs_info)
{ {
const struct xattr *xattr; const struct xattr *xattr;
handle_t *handle = fs_info; handle_t *handle = fs_info;
......
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