summaryrefslogtreecommitdiff
path: root/libutils/FileMap.cpp
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@google.com>2020-04-23 08:28:35 -0700
committerJaegeuk Kim <jaegeuk@google.com>2020-04-23 13:53:37 -0700
commit63cdd7095b099f0cb827d6572c91e81c0d38d294 (patch)
tree8f6ba4a1789df5279a16d6c1cc890698fda75a91 /libutils/FileMap.cpp
parent1b8c391c29d9541cc79e962843b9fa38fd3d58d0 (diff)
logcatd: unset pinning log files
commit 5327d931acc2 ("logcatd: fallocate and fadvise to logcat files") introduced pinning log files in order to avoid f2fs fragmentation. But, logcatd does not guarantee to write data within fallocated 2MB space. So, we can see some bytes written beyond 2MB boundary which results in pinning small chunks across the filesystem. This makes F2FS GC have to unset the pinning blocks via GC loop. If this happens during checkpoint=disable at booting time, we can see long delay to mount /data accordingly. Bug: 136483670 Bug: 137180754 Bug: 149418646 Fixes: 5327d931acc2 ("logcatd: fallocate and fadvise to logcat files") Signed-off-by: Jaegeuk Kim <jaegeuk@google.com> Change-Id: I986221d6d1da9b8e46e63d1be98ddf0ce4cb099f
Diffstat (limited to 'libutils/FileMap.cpp')
0 files changed, 0 insertions, 0 deletions