From: Sean Hefty Date: Wed, 1 Aug 2012 23:26:11 +0000 (-0700) Subject: rspreload: Call real.close in fd_close X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1f27d8419b7b2503f997c75c64a548050e0d5712;p=~shefty%2Flibrdmacm.git 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 ---