From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 214621A58E for ; Wed, 6 Mar 2024 21:42:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709761342; cv=none; b=XXe1BoEn9CPx1aMwECYZq3ip3OKBkn5cGGzJAFlDdRfTKZ7MUs7/DfvBO5/IhRl/b0iyJ4R81NRid4JN6LavmfboCve32pkT2rdjlFHU8xGxwjI28onU7co1W76w7jy+HG/5oqlxT/RgagecERWTx6BZZk5pqLnZxWF8E0uglZQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709761342; c=relaxed/simple; bh=0GgN0ouBpXwrcHO0GIwMzGjWY6bvfU0xZiosIAzaFK0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=sTgqHZAk/KA2T4H4hXt2yzsAlIxZzmew0pQPQIMb0H2OuMLXFmzgw2YCZwdjbL4GKr+j96/nVYhlOPBIg0G3c1Mebw2uAaPoxEIuSVPK4D7ni7PzhLDouLKmvTByNz77UOWIHgEt6POx4PllwHs/RvJ22QxjgkQnsO8w8reDRjo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id C36ABC433F1; Wed, 6 Mar 2024 21:42:20 +0000 (UTC) Date: Wed, 6 Mar 2024 16:44:13 -0500 From: Steven Rostedt To: Eric Sandeen (by way of Steven Rostedt ) Cc: linux-fsdevel@vger.kernel.org, Greg Kroah-Hartman , "Rafael J. Wysocki" , Christian Brauner , Bill O'Donnell , David Howells Subject: Re: [PATCH 2/2] vfs: Convert tracefs to use the new mount API Message-ID: <20240306164413.2ef1f697@gandalf.local.home> In-Reply-To: <536e99d3-345c-448b-adee-a21389d7ab4b@redhat.com> References: <536e99d3-345c-448b-adee-a21389d7ab4b@redhat.com> X-Mailer: Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 5 Mar 2024 17:09:30 -0600 Eric Sandeen (by way of Steven Rostedt ) wrote: > From: David Howells > > Convert the tracefs filesystem to the new internal mount API as the old > one will be obsoleted and removed. This allows greater flexibility in > communication of mount parameters between userspace, the VFS and the > filesystem. > > See Documentation/filesystems/mount_api.txt for more information. > > Signed-off-by: David Howells > Co-developed-by: Eric Sandeen > Signed-off-by: Eric Sandeen > [sandeen: forward port to modern kernel, fix remounting] > cc: Steven Rostedt > cc: Greg Kroah-Hartman > I applied this and ran it through all my tests and it passed. Acked-by: Steven Rostedt (Google) Tested-by: Steven Rostedt (Google) -- Steve