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: Djalal Harouni <tixxdz@opendz.org> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
committed by
Theodore Ts'o
parent
9837d8e982
commit
176576dbc8
@@ -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;
|
||||||
|
Reference in New Issue
Block a user