mirror of
https://github.com/ceph/ceph
synced 2024-12-25 21:03:31 +00:00
6ea7c5ce49
Otherwise loff_t is unavailable for some distributions. Fixes: https://tracker.ceph.com/issues/43460 Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
14 lines
209 B
Bash
Executable File
14 lines
209 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
set -e
|
|
|
|
# To skirt around GPL compatibility issues:
|
|
wget http://download.ceph.com/qa/fsync-tester.c
|
|
gcc -D_GNU_SOURCE fsync-tester.c -o fsync-tester
|
|
|
|
./fsync-tester
|
|
|
|
echo $PATH
|
|
whereis lsof
|
|
lsof
|