]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme/flush: explicitely close file descriptor
authorKeith Busch <keith.busch@intel.com>
Mon, 20 Nov 2017 20:18:51 +0000 (13:18 -0700)
committerKeith Busch <keith.busch@intel.com>
Mon, 20 Nov 2017 20:18:51 +0000 (13:18 -0700)
commite2972c279b200cd43cba3fdec696798c7d35661a
tree2879ac3d1411e0aa4ba38b5ab088b3d883c8f140
parent7e5b69726d0ded43a489347cce44900fc91bf58e
nvme/flush: explicitely close file descriptor

Was alread closed implicitly immediately after this function returns,
but there's no reason to leave it open either.

Reported-by: Thomas Tai <thomas.tai@oracle.com>
Signed-off-by: Keith Busch <keith.busch@intel.com>
nvme.c