passthrough_ll: drop lo_dirp->fd field (#464)
authorStefan Hajnoczi <stefanha@gmail.com>
Sun, 3 Nov 2019 09:43:43 +0000 (10:43 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 3 Nov 2019 09:43:43 +0000 (09:43 +0000)
commitfa0981fe80b037cdd923f3d87157e78f9e1222a9
treeb2f333a37f8d43a3c2db3ff99e0091bf4e45bc45
parent74596e2929c9b9b065f90d04ab7a2232652c64c4
passthrough_ll: drop lo_dirp->fd field (#464)

fdopendir(3) takes ownership of the file descriptor.  The presence of
the lo_dirp->fd field could lead to someone incorrectly adding a
close(d->fd) cleanup call in the future.

Do not store the file descriptor in struct lo_dirp since it is unused.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
example/passthrough_ll.c