]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
*** empty log message *** nfs-utils-1-0-1-pre2
authorneilbrown <neilbrown>
Thu, 28 Feb 2002 01:42:58 +0000 (01:42 +0000)
committerneilbrown <neilbrown>
Thu, 28 Feb 2002 01:42:58 +0000 (01:42 +0000)
ChangeLog

index 93d5ab8ca9824b9f10665b414cc2c78f06d62ce6..5ed37f6db7eab4e0ef403c99f0c0ec4d2b7a47a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2002-02-280   Steven Whitehouse <steve@gw.chygwyn.com>
+             NeilBrown <neilb@cse.unsw.edu.au>
+
+       Add support for fsid=nn export option so that device
+       numbers don't go in filehandles.
+       * support/export/nfsctl.c(expsetup): if exporting and NFSEXP_FSID
+       is set, pass the fsid in-place of the device number
+       * support/nfs/exports.c: parse and print fsid= option.
+       Also check if efname has been set, and use "command line"
+       instead in error messages.
+       Also, use strtol instead of atoi for anon[ug]id= so that
+       bad numbers cause errors.
+       
 2002-01-17   Adrian Drzewiecki <drze@MissionCriticalLinux.com>
             NeilBrown <neilb@cse.unsw.edu.au>