[lxc-devel] [lxc/lxc] 42c614: af_unix: remove unlink operation

GitHub noreply at github.com
Sat Jul 8 14:56:36 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 42c6141c5a3d1ee0800a5659770159ab3055d46e
      https://github.com/lxc/lxc/commit/42c6141c5a3d1ee0800a5659770159ab3055d46e
  Author: Long Wang <w at laoqinren.net>
  Date:   2017-07-08 (Sat, 08 Jul 2017)

  Changed paths:
    M src/lxc/af_unix.c

  Log Message:
  -----------
  af_unix: remove unlink operation

It is not necessary to unlink the abstract socket pathname when
we have finished using the socket. The abstract name is automatically
removed when the socket is closed.

Signed-off-by: Long Wang <w at laoqinren.net>


  Commit: 4ea447b752e92c2a4b0bba5e0e31d82f1a35cdf6
      https://github.com/lxc/lxc/commit/4ea447b752e92c2a4b0bba5e0e31d82f1a35cdf6
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-07-08 (Sat, 08 Jul 2017)

  Changed paths:
    M src/lxc/af_unix.c

  Log Message:
  -----------
  Merge pull request #1683 from 0x0916/2017-07-08/remove-unlink

af_unix: remove unlink operation


Compare: https://github.com/lxc/lxc/compare/186f27db320e...4ea447b752e9


More information about the lxc-devel mailing list