]> sourceware.org Git - systemtap.git/commitdiff
Fix undeclared F_SETPIPE_SZ error
authorFelix Lu <flu@redhat.com>
Fri, 20 Nov 2015 19:05:45 +0000 (14:05 -0500)
committerFelix Lu <flu@redhat.com>
Fri, 20 Nov 2015 19:07:18 +0000 (14:07 -0500)
Removed usage for now. This may be needed later to ensure
pipe does not overflow.

staprun/relay.c

index 2e0b4be6ceca8866e7062fb4a5237832c285d3b6..49c1f70a1dbbf66f777a1eac962f0e69df9536e6 100644 (file)
@@ -371,7 +371,6 @@ int init_relayfs(void)
                                        perr("Couldn't create pipe");
                                        return -1;
                                }
-                               fcntl(monitor_pfd[1], F_SETPIPE_SZ, 1048576);
                                monitor_set = 1;
                                out_fd[avail_cpus[0]] = monitor_pfd[1];
                        } else {
This page took 0.028226 seconds and 5 git commands to generate.