common/quota: remove redundant SELinux detection code
authorEric Biggers <ebiggers@google.com>
Sat, 11 Mar 2017 00:50:47 +0000 (16:50 -0800)
committerEryu Guan <eguan@redhat.com>
Mon, 13 Mar 2017 04:14:34 +0000 (12:14 +0800)
commitb4d26d40527af1cfcf1f97e47e0fe1cb001cf3c7
tree5bc15f67115a8a3d5318c5dcc586192fe6dcb66e
parentfe5461d6e370340ccad22501986d3bd0703a7361
common/quota: remove redundant SELinux detection code

SELINUX_MOUNT_OPTIONS is already set in common/config.  Setting it again
in common/quota is not necessary.  Nor is SELINUX_MOUNT_OPTIONS specific
to quota tests, so common/quota is not the right place for it.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
common/quota