commit | 3a238adefb8c5b8cb8cde0ce689d513306176ff4 | [log] [tgz] |
---|---|---|
author | Lukas Czerner <[email protected]> | Tue Oct 16 11:39:07 2012 +0200 |
committer | Steven Whitehouse <[email protected]> | Wed Nov 07 09:41:37 2012 +0000 |
tree | ce36637e3391d9437bc19773885aa0955941962a | |
parent | 73738a77f42c2d7f53fd61f73272c9dd6f520897 [diff] |
GFS2: Require user to provide argument for FITRIM When the fstrim_range argument is not provided by user in FITRIM ioctl we should just return EFAULT and not promoting bad behaviour by filling the structure in kernel. Let the user deal with it. Signed-off-by: Lukas Czerner <[email protected]> Signed-off-by: Steven Whitehouse <[email protected]>