[lxc-devel] [lxc/lxc] edd741: Use /dev/loop-control if it exists

GitHub noreply at github.com
Mon Jul 20 02:21:22 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: edd7414a642a52005ebcdd92d5d643b105bbe041
      https://github.com/lxc/lxc/commit/edd7414a642a52005ebcdd92d5d643b105bbe041
  Author: Wolfgang Bumiller <w.bumiller at proxmox.com>
  Date:   2015-07-03 (Fri, 03 Jul 2015)

  Changed paths:
    M src/lxc/bdev.c

  Log Message:
  -----------
  Use /dev/loop-control if it exists

Loop devices can be added on the fly when needed, they're
not always created beforehand. The loop-control device can
be used to find and allocate the next available number
instead of going through the /dev directory contents (which
is now only a fallback mechanism).

Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>


  Commit: b9efb0c91c4ef2765023eaff83d6c62aa40046e2
      https://github.com/lxc/lxc/commit/b9efb0c91c4ef2765023eaff83d6c62aa40046e2
  Author: Stéphane Graber <stgraber at stgraber.org>
  Date:   2015-07-19 (Sun, 19 Jul 2015)

  Changed paths:
    M src/lxc/bdev.c

  Log Message:
  -----------
  Merge pull request #581 from Blub/master

Use /dev/loop-control if it exists


Compare: https://github.com/lxc/lxc/compare/f71e8f41fb12...b9efb0c91c4e


More information about the lxc-devel mailing list