]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: return EOPNOTSUPP if the device does not support discard
authorJie Liu <jeff.liu@oracle.com>
Tue, 21 Jan 2014 23:48:34 +0000 (15:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Jan 2014 00:19:42 +0000 (16:19 -0800)
commit2b4849d1f05ab33d520e2c517c425126bca065a1
tree6b07661bfe12c9952eb032d8149634acb3220ccd
parentb63964c3adbd84867823c9bfda6b8a04ffda62a4
ocfs2: return EOPNOTSUPP if the device does not support discard

For FITRIM ioctl(2), we should return EOPNOTSUPP to inform the user that
the storage device does not support discard if it is, otherwise return
success would confuse the user even though there is no free blocks were
trimmed at all.

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/ioctl.c