]> git.ipfire.org Git - thirdparty/lxc.git/commit
statvfs: do nothing if statvfs does not exist (android/bionic)
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 22 Aug 2014 21:23:56 +0000 (16:23 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 22 Aug 2014 21:47:32 +0000 (16:47 -0500)
commit614305f3975fbc8eaec7308ce525b6e9866b434c
tree1396d7308cdfdd2cf3c8dadbcba5c95231fb519f
parente2a7e8dc47df0f188f89e0ef9945c49f126e5475
statvfs: do nothing if statvfs does not exist (android/bionic)

If statvfs does not exist, then don't recalculate mount flags
at remount.

If someone does need this, they could replace the code (only
if !HAVE_STATVFS) with code parsing /proc/self/mountinfo (which
exists in the recent git history)

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
configure.ac
src/lxc/conf.c