提交 176576db 编写于 作者: D Djalal Harouni 提交者: 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: NDjalal Harouni <tixxdz@opendz.org>
Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册