Skip to content

Commit dd46921

Browse files
mdouchametan-ucw
authored andcommitted
file_attr02: Reduce extent size block count
Reduce test extent size to 128 blocks. Otherwise the FS_IOC_FSSETXATTR ioctl may exceed extent size limit and fail on archs with 64K blocksize. Signed-off-by: Martin Doucha <[email protected]> Reviewed-by: Avinesh Kumar <[email protected]> Tested-by: Avinesh Kumar <[email protected]> Reviewed-by: Petr Vorel <[email protected]> Reviewed-by: Cyril Hrubis <[email protected]>
1 parent 1cc3416 commit dd46921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcases/kernel/syscalls/file_attr/file_attr02.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#define MNTPOINT "mntpoint"
1717
#define FILENAME "ltp_file"
18-
#define BLOCKS 1024
18+
#define BLOCKS 128
1919
#define PROJID 16
2020

2121
static int fd = -1;

0 commit comments

Comments
 (0)