From: David Goulet Date: Mon, 29 Apr 2013 17:08:36 +0000 (-0400) Subject: Fix: no need to use run_as_open in the relayd X-Git-Tag: v2.2.0-rc2~31 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=be96a7d15e24cd8742c404cf3a76d14c75b00f06;hp=be96a7d15e24cd8742c404cf3a76d14c75b00f06;p=lttng-tools.git Fix: no need to use run_as_open in the relayd The utils create stream file function is changed to handle uid and gid set to -1 meaning that it now does not use the run_as_open() call which is costly in performance and will instead use open(). Signed-off-by: David Goulet ---