Re: [PATCH V4 05/12] kernfs: introduce kernfs_node_id
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2017-06-29 12:52:25
Also in:
lkml
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2017-06-29 12:52:25
Also in:
lkml
On Wed, Jun 28, 2017 at 09:29:55AM -0700, Shaohua Li wrote:
From: Shaohua Li <redacted> 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 <redacted>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>