From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [git pull] fixes for 3.12-final Date: Sun, 3 Nov 2013 19:54:52 +0000 Message-ID: <20131103195452.GL13318@ZenIV.linux.org.uk> References: <20131103015803.GK13318@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Bruce Fields , Linux Kernel Mailing List , linux-fsdevel To: Linus Torvalds Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:43233 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751395Ab3KCTy4 (ORCPT ); Sun, 3 Nov 2013 14:54:56 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sun, Nov 03, 2013 at 10:25:32AM -0800, Linus Torvalds wrote: > Ugh. > > This is too late since I want to do 3.12 today, and it seems to not be > a regression - from what I can tell, the problem has always existed, > no? > > So I'll consider this post-3.12. However, it also strikes me that we > should just clean things up, and make "i_ino" be an u64, and be able > to do this without the vfs_getattr_nosec() games. IIRC, at some point such an attempt has seriously hurt iget() on 32bit boxen, so we ended up deciding not to go there. Had been years ago, though...