From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f42.google.com ([209.85.218.42]:34925 "EHLO mail-oi0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S943097AbdDTIrR (ORCPT ); Thu, 20 Apr 2017 04:47:17 -0400 Received: by mail-oi0-f42.google.com with SMTP id j201so40914561oih.2 for ; Thu, 20 Apr 2017 01:47:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1492387183-18847-1-git-send-email-amir73il@gmail.com> <20170419225837.GE5205@birch.djwong.org> <940D64D5-55A8-45D1-844F-41872B2FEBB6@dilger.ca> From: Miklos Szeredi Date: Thu, 20 Apr 2017 10:47:15 +0200 Message-ID: Subject: Re: [RFC][PATCH 00/13] overlayfs stable inodes To: Andreas Dilger Cc: "Darrick J. Wong" , Amir Goldstein , Al Viro , "linux-unionfs@vger.kernel.org" , linux-fsdevel , Vivek Goyal Content-Type: text/plain; charset=UTF-8 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Apr 20, 2017 at 10:45 AM, Miklos Szeredi wrote: > Ideally we'd want dynamically sized inode numbers and we have that: > file handles. But file handles do more than inode numbers and they > are more heavyweight. And even more importantly, we can't force userspace to *use* file handles instead of st_ino. So that doesn't work. Thanks, Miklos