From: David Woodhouse Date: Thu, 28 Aug 2008 14:29:54 +0000 (-0400) Subject: Fix handling of explicit uuid X-Git-Tag: nfs-utils-1-1-4~37 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=0ae97c5b87a56870e74a74ae50aeb2ae0e496907;hp=0ae97c5b87a56870e74a74ae50aeb2ae0e496907 Fix handling of explicit uuid Fix a couple of bugs which show up if you try to explicitly set a 16-byte UUID when exporting a file system. First, exportfs cuts the first two bytes off the UUID and writes something invalid to etab. Second, mountd writes the _ascii_ form of the UUID to the kernel, instead of converting it to hex. Signed-off-by: David Woodhouse Signed-off-by: Steve Dickson ---