From 1f27d8419b7b2503f997c75c64a548050e0d5712 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Wed, 1 Aug 2012 16:26:11 -0700 Subject: [PATCH] rspreload: Call real.close in fd_close The index into the preload lookup table is obtained by opening /dev/null and use the returned value. When closing the file, use the real close call and not the preload close call. This is a minor optimization, but clarifies the expected operation. Signed-off-by: Sean Hefty -- 2.45.2