ext4: enable FITRIM ioctl on bigalloc file system
authorLukas Czerner <lczerner@redhat.com>
Thu, 27 Sep 2012 02:21:21 +0000 (22:21 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 27 Sep 2012 02:21:21 +0000 (22:21 -0400)
commitaaf7d73e54b6915310ece11aedb19ec06a833642
treef34ceab694382ab812423f6774e30ef4889cc400
parentb71fc079b5d8f42b2a52743c8d2f1d35d655b1c5
ext4: enable FITRIM ioctl on bigalloc file system

With a minor tweaks regarding minimum extent size to discard and
discarded bytes reporting the FITRIM can be enabled on bigalloc file
system and it works without any problem.

This patch fixes minlen handling and discarded bytes reporting to
take into consideration bigalloc enabled file systems and finally
removes the restriction and allow FITRIM to be used on file system with
bigalloc feature enabled.

Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ioctl.c
fs/ext4/mballoc.c