Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752509AbaFBHJ2 (ORCPT ); Mon, 2 Jun 2014 03:09:28 -0400 Received: from mail-ig0-f172.google.com ([209.85.213.172]:52686 "EHLO mail-ig0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751431AbaFBHJY (ORCPT ); Mon, 2 Jun 2014 03:09:24 -0400 MIME-Version: 1.0 In-Reply-To: <20140602022211.GN6677@dastard> References: <1401480116-1973111-1-git-send-email-arnd@arndb.de> <538995D4.9050702@zytor.com> <8618458.1EVJCoVbkH@wuerfel> <20140602022211.GN6677@dastard> Date: Mon, 2 Jun 2014 09:09:23 +0200 X-Google-Sender-Auth: ucJLYpLDnEBNYh8KUivO1xla42g Message-ID: Subject: Re: [RFC 11/32] xfs: convert to struct inode_time From: Geert Uytterhoeven To: Dave Chinner Cc: Nicolas Pitre , Arnd Bergmann , "H. Peter Anvin" , "linux-kernel@vger.kernel.org" , Linux-Arch , "Joseph S. Myers" , John Stultz , Christoph Hellwig , Thomas Gleixner , Ley Foon Tan , Linux FS Devel , xfs@oss.sgi.com Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 2, 2014 at 4:22 AM, Dave Chinner wrote: > Filesystems place all sorts of userspace visible limits on storage - > ever tried to create a file >16TB on ext4? The on-disk format > doesn't support it, so it returns an out of range error (E2BIG, I > think) if you try. XFS, OTOH, handles this just fine and so it > continues to work. It's exactly the same with timestamps - there's a > physical limit to what can sanely be stored in any given filesystem > and it's an *error condition* to go beyond that limit.... This comparison doesn't fly. File sizes do not depend on the current time (except for the increase of megapixels in your new camera ;-). Writing a 15 GiB file to ext4 is not something that magically stops working tomorrow. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/