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

config-linux: Drop redundant 'blkio' prefix from blockIO properties #860

Merged
merged 1 commit into from
Jun 1, 2017

Commits on Jun 1, 2017

  1. config-linux: Drop redundant 'blkio' prefix from blockIO properties

    These are long enough without the prefix, and
    linux.resources.blockIO.blkioWeight, etc. are just as specific as
    linux.resources.blockIO.weight.
    
    Generated with:
    
      $ sed -i s/blkioWeight/weight/g $(git grep -l blkioWeight)
      $ sed -i s/blkioLeaf/leaf/g $(git grep -l blkioLeaf)
      $ sed -i s/blkioThrottle/throttle/g $(git grep -l blkioThrottle)
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    d8ca338 View commit details
    Browse the repository at this point in the history