From mboxrd@z Thu Jan 1 00:00:00 1970 From: hooanon05g@gmail.com Subject: [RFC 0/3] vfs: get_next_ino(), never inum=0 and uniqueness Date: Thu, 22 May 2014 03:48:57 +0900 Message-ID: <1400698140-25853-1-git-send-email-hooanon05g@gmail.com> Cc: jlbec@evilplan.org, gregkh@linuxfoundation.org, hughd@google.com To: linux-fsdevel@vger.kernel.org, adilger@dilger.ca, hch@lst.de, dchinner@redhat.com, viro@zeniv.linux.org.uk Return-path: Received: from mail04-md.ns.itscom.net ([175.177.155.114]:50307 "EHLO mail04-md.ns.itscom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752283AbaEUStF (ORCPT ); Wed, 21 May 2014 14:49:05 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: "J. R. Okajima" In addition to "inum=0" patch, I added another one to keep the uniqueness of inum. The type is still "unisigned int." J. R. Okajima (3): vfs: get_next_ino(), never inum=0 vfs: get_next_ino(), support for the uniqueness uniqueness of inode number, configfs, debugfs, procfs, ramfs and tmpfs arch/powerpc/platforms/cell/spufs/inode.c | 2 +- arch/s390/hypfs/inode.c | 2 +- drivers/infiniband/hw/ipath/ipath_fs.c | 2 +- drivers/infiniband/hw/qib/qib_fs.c | 2 +- drivers/misc/ibmasm/ibmasmfs.c | 2 +- drivers/oprofile/oprofilefs.c | 2 +- drivers/usb/gadget/f_fs.c | 2 +- drivers/usb/gadget/inode.c | 2 +- fs/autofs4/inode.c | 2 +- fs/binfmt_misc.c | 2 +- fs/configfs/inode.c | 2 +- fs/debugfs/inode.c | 2 +- fs/efivarfs/inode.c | 2 +- fs/freevxfs/vxfs_inode.c | 2 +- fs/fuse/control.c | 2 +- fs/hugetlbfs/inode.c | 4 +- fs/inode.c | 59 ++++++++++++++++++++++++++++- fs/libfs.c | 2 +- fs/ocfs2/dlmfs/dlmfs.c | 4 +- fs/pipe.c | 2 +- fs/proc/base.c | 2 +- fs/proc/proc_sysctl.c | 2 +- fs/pstore/inode.c | 2 +- fs/ramfs/inode.c | 2 +- include/linux/fs.h | 2 +- ipc/mqueue.c | 2 +- mm/shmem.c | 2 +- net/socket.c | 2 +- net/sunrpc/rpc_pipe.c | 2 +- security/inode.c | 2 +- 30 files changed, 88 insertions(+), 33 deletions(-) -- 1.7.10.4