OSDN Git Service

secdiscard: should pin_file to avoid moving blocks in F2FS
authorJaegeuk Kim <jaegeuk@google.com>
Thu, 2 Aug 2018 19:41:45 +0000 (12:41 -0700)
committerMichael Bestas <mkbestas@lineageos.org>
Sun, 23 Sep 2018 23:23:52 +0000 (02:23 +0300)
commitc8042ce1151de9e268daf2dfb77c09e2579c5f8e
tree9cd8e7dfb71869b5bf01598a93d3a27c413594ce
parent710a2635c76a88f91afbfb112e99101e7d699a2c
secdiscard: should pin_file to avoid moving blocks in F2FS

This file should avoid F2FS GC, since it directly access block device based
on fibmap.

Bug: 111659036
Change-Id: I15aef8175c23ba4029eb580e2dba59c77cca8227
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
secdiscard.cpp