From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos Maiolino Subject: Re: [PATCH v2] vfs: get_next_ino(), never inum=0 Date: Mon, 18 Aug 2014 15:21:06 -0300 Message-ID: <20140818182106.GF23098@localhost.localdomain> References: <1398786301-11484-1-git-send-email-hooanon05g@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: linux-fsdevel@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:24592 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751696AbaHRSVK (ORCPT ); Mon, 18 Aug 2014 14:21:10 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7IILAY3004343 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 18 Aug 2014 14:21:10 -0400 Received: from localhost.localdomain (ovpn-113-197.phx2.redhat.com [10.3.113.197]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s7IIL7i9017376 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO) for ; Mon, 18 Aug 2014 14:21:09 -0400 Content-Disposition: inline In-Reply-To: <1398786301-11484-1-git-send-email-hooanon05g@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: This V2 looks very reasonable, and fix the problem with files with inode=0 on tmpfs which I tested here, so, consider it Reviewed-by: Carlos Maiolino Cheers -- Carlos