xfs,fstrim: fix to return correct minlen
authorWang Shilong <wshilong@ddn.com>
Fri, 12 Apr 2019 14:39:21 +0000 (07:39 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 15 Apr 2019 01:15:57 +0000 (18:15 -0700)
commit2bf9d264efededefa8a339e31995a90df13e5fbe
treecf51b5d405438ed013b5feb64821e58ffa685697
parent1ca89fbc48e1ea5044997328e403f8a13513e8c3
xfs,fstrim: fix to return correct minlen

This patch tries to address two problems:

1) return @minlen we used to trim to
user space.

2) return EINVAL if granularity is larger than
avg size, even most of cases, granularity is small(4K),
but if devices return a lager granularity for some reaons
(testing, bugs etc), fstrim should return failure directly.

Signed-off-by: Wang Shilong <wshilong@ddn.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_discard.c