Re: [PATCH V4 05/12] kernfs: introduce kernfs_node_id

2017-06-29 Thread Greg KH
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

[PATCH V4 05/12] kernfs: introduce kernfs_node_id

2017-06-28 Thread Shaohua Li
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 --- fs/kernfs/dir