b91889d7 ("seek_sanity_test: use XFS ioctls to determine file allocation
unit size") left this unused, resulting in:
seek_sanity_test.c: In function 'get_io_sizes':
seek_sanity_test.c:70:6: warning: unused variable 'pagesz'
int pagesz = sysconf(_SC_PAGE_SIZE);
^~~~~~
Signed-off-by: David Disseldorp <ddiss@suse.de>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
off_t pos = 0, offset = 1;
struct stat buf;
int shift, ret;
- int pagesz = sysconf(_SC_PAGE_SIZE);
ret = detect_xfs_alloc_unit(fd);
if (!ret)