]> 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, 19 Sep 2014 23:02:51 +0000 (19:02 -0400)
commit4791b80e2fe63c6eb8f40eda0d3f58ec24dcc486
tree4bdbe26ed3e743967e3d6e2ed5ece6da19daf7ba
parent57518f5369bb986fbd6641edf953fda3f46170c9
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