| commit | 338a7d6c9734445cc408b7890b1802db2f2073a4 | [log] [tgz] |
|---|---|---|
| author | Miklos Szeredi <mszeredi@redhat.com> | Tue Jun 05 12:28:19 2018 +0200 |
| committer | Miklos Szeredi <mszeredi@redhat.com> | Tue Jun 05 12:28:19 2018 +0200 |
| tree | 6b2471e954f10326780b4f7aff48cc62348c43fe | |
| parent | 9df22423fc2108d5a560ab17336346c874ddbba8 [diff] |
vfs: dedupe: rationalize args
Clean up f_op->dedupe_file_range() interface.
1) Use loff_t for offsets and length instead of u64
2) Order the arguments the same way as {copy|clone}_file_range().
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>