From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com ([66.111.4.28]:58763 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934455AbbEMRiT (ORCPT ); Wed, 13 May 2015 13:38:19 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id F421E209E2 for ; Wed, 13 May 2015 13:38:18 -0400 (EDT) Date: Wed, 13 May 2015 10:38:17 -0700 From: Greg KH To: Luke Dashjr Cc: Chris Mason , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, trivial@kernel.org Subject: Re: [PATCH] btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctl Message-ID: <20150513173817.GA19525@kroah.com> References: <201505131715.27483.luke@dashjr.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201505131715.27483.luke@dashjr.org> Sender: stable-owner@vger.kernel.org List-ID: On Wed, May 13, 2015 at 05:15:26PM +0000, Luke Dashjr wrote: > 32-bit ioctl uses these rather than the regular FS_IOC_* versions. They can be > handled in btrfs using the same code. Without this, 32-bit {ch,ls}attr fail. > > Signed-off-by: Luke Dashjr > --- > fs/btrfs/ioctl.c | 3 +++ > 1 file changed, 3 insertions(+) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.