ext4: make local symbol ext4_initxattrs static
authorDjalal Harouni <tixxdz@opendz.org>
Thu, 5 Jan 2012 03:32:12 +0000 (22:32 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 5 Jan 2012 03:32:12 +0000 (22:32 -0500)
commit176576dbc8141528557eeeb007af2d5a2a4891ef
tree6c5914f0c71680317624b7a9926a4f2ad6f3e724
parent9837d8e982b7e87a7207f90618e45d460e196e6a
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>
fs/ext4/xattr_security.c