Whamcloud - gitweb
LU-549 llite: Improve statfs performance if selinux is disabled
authorKeith <keith@whamcloud.com>
Thu, 28 Jun 2012 20:24:54 +0000 (13:24 -0700)
committerOleg Drokin <green@whamcloud.com>
Fri, 2 Nov 2012 22:49:11 +0000 (18:49 -0400)
commit0e7cbad8c5327463c2cc39d0f06d56b9531c69c6
treef9999e1f610717049c0ec42d7a9d39e30c9f0a37
parentb4b1603c32a61248276d025c166c8c4f41a0327c
LU-549 llite: Improve statfs performance if selinux is disabled

Don't disable all security xattrs when selinux is disabled just
disable security.selinux. Disabling all security xattrs was
overreaching and causing issues at a customer site.

This patch is built ontop of the original patch:
commit 7cc542fd4c26ccb117ceb13a47ac8ced3107b9b3.

Signed-off-by: Keith Mannthey <keith@whamcloud.com>
Change-Id: I73482d2ff1f166a48dceb3737df0e9e1b187dc85
Reviewed-on: http://review.whamcloud.com/2955
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Hudson
Reviewed-by: Fan Yong <yong.fan@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/llite/xattr.c