X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lttng-abi.c;h=3e4a88c1f83b74ab77f08b52493943d2d3035ef0;hb=1e8d53a9f3e8b6d7a7434a442d449e3ccf9c12b0;hp=478a5912f89a0ebee71185885119bd3d85e1aff1;hpb=2aa1301314bd42132f49b8ebffc614bea9575540;p=deliverable%2Flttng-modules.git diff --git a/lttng-abi.c b/lttng-abi.c index 478a5912..3e4a88c1 100644 --- a/lttng-abi.c +++ b/lttng-abi.c @@ -704,18 +704,6 @@ long lttng_metadata_ring_buffer_ioctl(struct file *filp, return put_u64(stream->version, arg); } - case RING_BUFFER_SNAPSHOT: - { - /* - * Force the buffer to quiescent so the ring buffer - * don't attempt to perform a SWITCH_FLUSH, which would - * desynchronize the client accounting of the amount of - * data available in the buffer from the ring buffer - * view. - */ - buf->quiescent = true; - break; - } default: break; } @@ -792,18 +780,6 @@ long lttng_metadata_ring_buffer_compat_ioctl(struct file *filp, return put_u64(stream->version, arg); } - case RING_BUFFER_SNAPSHOT: - { - /* - * Force the buffer to quiescent so the ring buffer - * don't attempt to perform a SWITCH_FLUSH, which would - * desynchronize the client accounting of the amount of - * data available in the buffer from the ring buffer - * view. - */ - buf->quiescent = true; - break; - } default: break; }