File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
testcases/kernel/syscalls/ioctl Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
* btrfs filesystem.
10
10
*
11
11
* 1. Sets the same contents for two files and deduplicates it.
12
- * Deduplicates 3 bytes and set the status to
13
- * FILE_DEDUPE_RANGE_SAME.
12
+ * Deduplicates 3 bytes and set the status to
13
+ * FILE_DEDUPE_RANGE_SAME.
14
14
* 2. Sets different content for two files and tries to
15
- * deduplicate it. 0 bytes get deduplicated and status is
16
- * set to FILE_DEDUPE_RANGE_DIFFERS.
15
+ * deduplicate it. 0 bytes get deduplicated and status is
16
+ * set to FILE_DEDUPE_RANGE_DIFFERS.
17
17
* 3. Sets same content for two files but sets the length to
18
- * deduplicate to -1. ioctl(FIDEDUPERANGE) fails with EINVAL.
18
+ * deduplicate to -1. ioctl(FIDEDUPERANGE) fails with EINVAL.
19
19
*/
20
20
21
21
#include "config.h"
You can’t perform that action at this time.
0 commit comments