From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:42641 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756582AbcCBUPk (ORCPT ); Wed, 2 Mar 2016 15:15:40 -0500 Date: Wed, 2 Mar 2016 20:15:39 +0000 From: Al Viro To: Frank Sorenson Cc: linux-fsdevel@vger.kernel.org, dwysocha@redhat.com, lvaz@redhat.com Subject: Re: [PATCH 5/5] fs: enable filesystem freeze/thaw events Message-ID: <20160302201539.GM17997@ZenIV.linux.org.uk> References: <1456945319-16283-1-git-send-email-sorenson@redhat.com> <1456945319-16283-6-git-send-email-sorenson@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456945319-16283-6-git-send-email-sorenson@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Mar 02, 2016 at 01:01:59PM -0600, Frank Sorenson wrote: > Add tracepoints to enable filesystem freeze/thaw > trace events. ... and they are defined in highly meaningful terms of entering and leaving a specific function. Which implementation detail, again, is turned into a userland ABI, with usual stability warranties. Again, NAK.