Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753242AbdF2MwZ (ORCPT ); Thu, 29 Jun 2017 08:52:25 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41292 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753155AbdF2MvQ (ORCPT ); Thu, 29 Jun 2017 08:51:16 -0400 Date: Thu, 29 Jun 2017 14:51:14 +0200 From: Greg KH To: Shaohua Li Cc: linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, tj@kernel.org, hch@lst.de, axboe@fb.com, rostedt@goodmis.org, lizefan@huawei.com, Kernel-team@fb.com, Shaohua Li Subject: Re: [PATCH V4 05/12] kernfs: introduce kernfs_node_id Message-ID: <20170629125114.GE26046@kroah.com> References: <094edc476ec5e726e5834f14e479036e0e478e37.1498666964.git.shli@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <094edc476ec5e726e5834f14e479036e0e478e37.1498666964.git.shli@fb.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 442 Lines: 11 On Wed, Jun 28, 2017 at 09:29:55AM -0700, Shaohua Li wrote: > From: Shaohua Li > > inode number and generation can identify a kernfs node. We are going to > export the identification by exportfs operations, so put ino and > generation into a separate structure. It's convenient when later patches > use the identification. > > Signed-off-by: Shaohua Li Acked-by: Greg Kroah-Hartman