Merge "fs_mgr: overlayfs: test: noatime on rw mounts only"

This commit is contained in:
Mark Salyzyn 2019-08-29 21:40:46 +00:00 committed by Gerrit Code Review
commit 7f17baa158

View file

@ -1193,7 +1193,7 @@ if ${overlayfs_needed}; then
!(adb_sh grep -v noatime /proc/mounts </dev/null |
skip_administrative_mounts data |
skip_unrelated_mounts |
grep '.') ||
grep -v ' ro,') ||
die "mounts are not noatime"
D=`adb_sh grep " rw," /proc/mounts </dev/null |
skip_administrative_mounts data`