From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH 1/2 V2] fs: hoist BTRFS_IOC_[SG]ET_FSLABEL to vfs Date: Thu, 10 May 2018 20:16:09 +0100 Message-ID: <20180510191608.GR30522@ZenIV.linux.org.uk> References: <4a4f33c3-2173-9795-f4e4-1e9d338fd9a7@sandeen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4a4f33c3-2173-9795-f4e4-1e9d338fd9a7@sandeen.net> Sender: linux-btrfs-owner@vger.kernel.org To: Eric Sandeen Cc: Eric Sandeen , fsdevel , "linux-btrfs@vger.kernel.org" , Linux API List-Id: linux-api@vger.kernel.org On Thu, May 10, 2018 at 01:13:57PM -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 > Reviewed-by: Andreas Dilger > Reviewed-by: David Sterba No objections (and it obviously ought to go through btrfs tree).