commit | aa6c128fe6061590d002d5075eb522f3d59736a9 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Wed Feb 13 01:47:37 2013 -0800 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Feb 13 01:53:40 2013 -0800 |
tree | b65253acfafb9041e09bb6d5050042b0ae2040eb | |
parent | f6fd368d2e9d96883c03694398164cc16cff50f9 [diff] |
Factor out create_static_dev() out of dev_create() Very similar code is used in mk_quota_dev(), so let's factor it out. The next patch will make use of it outside of dev.c scope. Signed-off-by: Kir Kolyshkin <kir@openvz.org>