summaryrefslogtreecommitdiff
path: root/sysutils/xfsprogs/files/patch-io_fadvise.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xfsprogs/files/patch-io_fadvise.c')
-rw-r--r--sysutils/xfsprogs/files/patch-io_fadvise.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/xfsprogs/files/patch-io_fadvise.c b/sysutils/xfsprogs/files/patch-io_fadvise.c
deleted file mode 100644
index 5413e7c81fee..000000000000
--- a/sysutils/xfsprogs/files/patch-io_fadvise.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- io/fadvise.c.orig 2013-02-18 10:17:09.000000000 +0100
-+++ io/fadvise.c 2013-02-18 10:17:20.000000000 +0100
-@@ -105,7 +105,7 @@
- return command_usage(&fadvise_cmd);
- }
-
-- if (posix_fadvise64(file->fd, offset, length, advise) < 0) {
-+ if (posix_fadvise(file->fd, offset, length, advise) < 0) {
- perror("fadvise");
- return 0;
- }