commit | 0c97be22f928b85110504c4bbb8574facb4bd0c0 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Mon Aug 22 16:36:49 2016 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Thu Sep 01 11:11:59 2016 +0200 |
tree | 3be9e72efa0eb6e0f01033acc9d268c1963006b4 | |
parent | fe2b75952347762a21f67d9df1199137ae5988b2 [diff] |
ovl: Get rid of ovl_xattr_noacl_handlers array Use an ordinary #ifdef to conditionally include the POSIX ACL handlers in ovl_xattr_handlers, like the other filesystems do. Flag the code that is now only used conditionally with __maybe_unused. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>