From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754492Ab3KCTy6 (ORCPT ); Sun, 3 Nov 2013 14:54:58 -0500 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 Date: Sun, 3 Nov 2013 19:54:52 +0000 From: Al Viro To: Linus Torvalds Cc: Bruce Fields , Linux Kernel Mailing List , linux-fsdevel Subject: Re: [git pull] fixes for 3.12-final 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 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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...