From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751527Ab3KRQci (ORCPT ); Mon, 18 Nov 2013 11:32:38 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:56318 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751079Ab3KRQca (ORCPT ); Mon, 18 Nov 2013 11:32:30 -0500 Date: Mon, 18 Nov 2013 08:32:43 -0800 From: Greg KH To: Bruce Fields Cc: Al Viro , Linus Torvalds , Linux Kernel Mailing List , linux-fsdevel , stable@vger.kernel.org Subject: Re: [git pull] fixes for 3.12-final Message-ID: <20131118163243.GA30944@kroah.com> References: <20131103015803.GK13318@ZenIV.linux.org.uk> <20131103195452.GL13318@ZenIV.linux.org.uk> <20131104005300.GM13318@ZenIV.linux.org.uk> <20131106151003.GA21425@ZenIV.linux.org.uk> <20131113144353.GE28033@fieldses.org> <20131113151655.GG28033@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131113151655.GG28033@fieldses.org> User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 13, 2013 at 10:16:55AM -0500, Bruce Fields wrote: > (Argh, sorry, with the right stable address cc'd this time I hope.) > > On Wed, Nov 06, 2013 at 03:10:04PM +0000, Al Viro wrote: > > FWIW, not taking ->i_lock there definitely looks like a good thing. As for > > 64bit ->i_ino itself... Looks like the main problem is the shitload of > > printks - the actual uses of ->i_ino are fine, but these suckers create > > a lot of noise. So for now I'm going with Bruce's variant; 64bit i_ino > > doesn't look too bad (even on i386, actually), but it'll have to wait > > until 3.14. Too noisy and late in this cycle... > > I believe we also want that in stable? > > 950ee9566a5b6cc45d15f5fe044bab4f1e8b62cb "exportfs: fix 32-bit nfsd > handling of 64-bit inode numbers" It breaks the build in 3.12 and others so if it is needed, please provide a backport that works properly to stable@vger.kernel.org. thanks, greg k-h