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

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

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
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -48,7 +48,8 @@ ext4_xattr_security_set(struct dentry *dentry, const char *name,
			      name, value, size, flags);
}

int ext4_initxattrs(struct inode *inode, const struct xattr *xattr_array,
static int
ext4_initxattrs(struct inode *inode, const struct xattr *xattr_array,
		void *fs_info)
{
	const struct xattr *xattr;