From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:40836 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964968AbeEIVhq (ORCPT ); Wed, 9 May 2018 17:37:46 -0400 Date: Wed, 9 May 2018 23:35:04 +0200 From: David Sterba To: Eric Sandeen Cc: Eric Sandeen , fsdevel , "linux-btrfs@vger.kernel.org" , Linux API Subject: Re: [PATCH 1/2] fs: hoist BTRFS_IOC_[SG]ET_FSLABEL to vfs Message-ID: <20180509213504.GC6649@twin.jikos.cz> Reply-To: dsterba@suse.cz References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, May 09, 2018 at 11:01:21AM -0500, Eric Sandeen wrote: > Move the btrfs label ioctls up to the vfs for general use. > > This retains 256 chars as the maximum size through the interface, which > is the btrfs limit and AFAIK exceeds any other filesystem's maximum > label size. > > Signed-off-by: Eric Sandeen The btrfs changes and new ioctl naming looks good to me, Reviewed-by: David Sterba