[GFS2] Initialize SELinux extended attributes at inode creation time.
authorRyan O'Hara <rohara@redhat.com>
Tue, 3 Oct 2006 15:57:35 +0000 (11:57 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 3 Oct 2006 15:57:35 +0000 (11:57 -0400)
commitfcb47e0bd279cab5ba8299c0a1e3364d15413a6b
treec7f01edc5e57fcf4671bc7e6eb58e18c7f377d56
parentddacfaf76dd620af9b73343a975749778321b51c
[GFS2] Initialize SELinux extended attributes at inode creation time.

This patch has gfs2_security_init declared as a static function, which
is correct. As a result, the declaration of this function in inode.h is
removed (and thus inode.h is unchanged). Also removed #include eaops.h,
which is not needed.

Signed-Off-By: Ryan O'Hara <rohara@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/inode.c