commit | ba91378ec599572f0a47c44f4cd6a975a2f99653 | [log] [tgz] |
---|---|---|
author | Sankalp Bose <sankalp@tuxera.com> | Wed Jul 23 03:28:14 2014 +0300 |
committer | JP Abgrall <jpa@google.com> | Mon Sep 08 14:55:00 2014 -0700 |
tree | aa84de8dccb4c761206f800b6b6af9f6fff7d444 | |
parent | 2794728f818c72541be052d1b54559d79d8a3aa7 [diff] |
mkfs.f2fs: fix name conflict for BLKDISCARD The compile time option BLKDISCARD conflicts with ioctl code for discard. This causes discard to fail with "Info: This device doesn't support TRIM". Rename compile time option to WITH_BLKDISCARD. Signed-off-by: Sankalp Bose <sankalp@tuxera.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>