virtiofsd: rename inode->refcount to inode->nlookup
commit1222f015558fc34cea02aa3a5a92de608c82cec8
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 31 Jul 2019 16:10:04 +0000 (31 17:10 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 23 Jan 2020 16:41:37 +0000 (23 16:41 +0000)
tree5d93654c88793f3a1c841f6ef861f763d08b8f6e
parentacefdde73b403576a241ebd8dbe8431ddc0d9442
virtiofsd: rename inode->refcount to inode->nlookup

This reference counter plays a specific role in the FUSE protocol.  It's
not a generic object reference counter and the FUSE kernel code calls it
"nlookup".

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
tools/virtiofsd/passthrough_ll.c