From: Chuck Lever Date: Wed, 12 Dec 2012 15:31:06 +0000 (-0500) Subject: mountd: Report the absolute path used to load the junction plug-in X-Git-Tag: debian/1%1.2.8-1~11^2^2~41 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=11d4f1d2feae160caa35c4eb8565c969dc16a24d;hp=11d4f1d2feae160caa35c4eb8565c969dc16a24d mountd: Report the absolute path used to load the junction plug-in As a debugging feature, report the absolute pathname of the plug-in library that mountd loads to resolve junctions. Since mountd passes a relative path to dlopen(3), dlopen(3) must search for the right library. Displaying the absolute pathname of the object that it found verifies that mountd loaded the correct plug-in. Note: dlinfo(3) is provided by libdl, but there doesn't seem to be a man page on Fedora 16 for dlinfo(3). Instead, see: http://www.unix.com/man-page/all/3/dlinfo/ Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson ---