commit | 5297e0f0fe13305a1fc7f01986be0dccd063d57a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Sep 14 20:20:00 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Sep 15 13:29:52 2016 -0700 |
tree | b2ca0801594de4a97354a558f6a40dcc6ceb3cd6 | |
parent | 46626600d120dc48ab605265677b858506a81011 [diff] |
vfs: fix return type of ioctl_file_dedupe_range All the VFS functions in the dedupe ioctl path return int status, so the ioctl handler ought to as well. Found by Coverity, CID 1350952. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>