summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2003-03-26 00:26:36 +0000
committerneilbrown <neilbrown>2003-03-26 00:26:36 +0000
commitf6a8d3907cd24a4c255234b0161c868763736fdf (patch)
tree1a33125d276e0ba5df555dca3e206bdc3b58e643 /ChangeLog
parent8b064fcf464aaf3717d8940f97a7d3f8bf21de1a (diff)
downloadnfs-utils-f6a8d3907cd24a4c255234b0161c868763736fdf.tar.gz
nfs-utils-f6a8d3907cd24a4c255234b0161c868763736fdf.tar.xz
nfs-utils-f6a8d3907cd24a4c255234b0161c868763736fdf.zip
See Changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4245164..2c466d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-03-26 NeilBrown <neilb@cse.unsw.edu.au>
+
+ * support/nfs/cacheio.c: New File - support for read/writing
+ to export cache in /proc/rpc/*/channel
+ * support/nfs/Makefile: compile cacheio.c
+ * support/include/nfslib.h: declare cacheio.c functions
+ * support/nfs/nfsexport.c: export and unexport through
+ /proc/rpc/*/channel if possible, as old syscall interface
+ may not survive into 2.6 on all architectures.
+
2003-02-19 NeilBrown <neilb@cse.unsw.edu.au>
Ben Leslie <benno@sesgroup.net>