f2fs: Suppress discard warning message for zoned block devices
authorDamien Le Moal <damien.lemoal@wdc.com>
Fri, 28 Oct 2016 08:45:02 +0000 (17:45 +0900)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 23 Nov 2016 20:11:18 +0000 (12:11 -0800)
commit0ab0299835738cd407569401da1fef4c97b4419c
treeff28ae9a267a1e028f6ecaddc2ae0f9990cf030d
parentd1b959c8770260b611b9a1f0c5e8b12b7cb5b9d2
f2fs: Suppress discard warning message for zoned block devices

For zoned block devices, discard is replaced by zone reset. So
do not warn if the device does not supports discard.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c