commit | a2a3b39824e152ecf0e7357ccc7b9d6fd4b9fe7e | [log] [tgz] |
---|---|---|
author | Tariq Saeed <tariq.x.saeed@oracle.com> | Tue Jan 21 15:48:38 2014 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jan 21 16:19:42 2014 -0800 |
tree | 95046c2f662bc40fe3237385dce585eca13e434e | |
parent | 16eac4be46fdd19e4e0bcd06e77e947266d2cf35 [diff] |
ocfs2: punch hole should return EINVAL if the length argument in ioctl is negative An unreserve space ioctl OCFS2_IOC_UNRESVSP/64 should reject a negative length. Orabug:14789508 Signed-off-by: Tariq Saseed <tariq.x.saeed@oracle.com> Signed-off-by: Srinivas Eeda <srinivas.eeda@oracle.com> Cc: Joel Becker <jlbec@evilplan.org> Cc: Mark Fasheh <mfasheh@suse.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>