On 2022/4/15 12:52, Christoph Hellwig wrote:
Secure erase is a very different operation from discard in that it is a data integrity operation vs hint. Fully split the limits and helper infrastructure to make the separation more clear. Signed-off-by: Christoph Hellwig <hch@xxxxxx> Reviewed-by: Martin K. Petersen <martin.petersen@xxxxxxxxxx> Acked-by: Christoph Böhmwalder <christoph.boehmwalder@xxxxxxxxxx> [drbd] Acked-by: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx> [nifs2] Acked-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx> [f2fs] Acked-by: Coly Li <colyli@xxxxxxx> [bcache] Acked-by: David Sterba <dsterba@xxxxxxxx> [btrfs]
For f2fs part, Acked-by: Chao Yu <chao@xxxxxxxxxx> Thanks,