From b28c3f94933dae663eeca24637bf9ff962bf02dc Mon Sep 17 00:00:00 2001 From: Chao Yu Date: Sat, 28 Feb 2015 17:23:30 +0800 Subject: [PATCH] f2fs: fix to issue small discard in real-time mode discard Now in f2fs, we share functions and structures for batch mode and real-time mode discard. For real-time mode discard, in shared function add_discard_addrs, we will use uninitialized trim_minlen in struct cp_control to compare with length of contiguous free blocks to decide whether skipping discard fragmented freespace or not, this makes us ignore small discard sometimes. Fix it. Signed-off-by: Chao Yu Reviewed-by : Changman Lee Signed-off-by: Jaegeuk Kim --- Reading git-format-patch failed