]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/conf.c
add support for dirsync mount option
authorSergey S. Kostyliov <rathamahata@gmail.com>
Sat, 30 Oct 2010 19:41:19 +0000 (21:41 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Sat, 30 Oct 2010 19:41:19 +0000 (21:41 +0200)
commit968fbd36057db3132c68a63700e42929e5df5e2d
treee3af9501e9c034b35d90c84460cf6c50523a1439
parentacb0e330161f9b02bd0b351e0a8cc193da4de330
add support for dirsync mount option

Add support for `dirsync' mount option. MS_DIRSYNC is on of the
mount(2) mountflags so don't send it as extra mount option to avoid:

  lxc-start: Invalid argument - failed to mount ...

errors.

Signed-off-by: Sergey S. Kostyliov <rathamahata@gmail.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/conf.c