Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix feature detection in configuration #2

Merged
merged 2 commits into from
Aug 29, 2017

Commits on Aug 29, 2017

  1. config: proper object-quota detection

    Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
    paboldin committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    7022df8 View commit details
    Browse the repository at this point in the history
  2. config: properly detect presence of get_quota_root

    CloudLinux kernel defines CONFIG_VE but has no `get_quota_root`
    `super_operation` defined. Check for presence of it instead
    of relying on the CONFIG_VE value.
    
    Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
    paboldin committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    afff2a8 View commit details
    Browse the repository at this point in the history