Bug in volume lookup

Pete Zaitcev zaitcev at redhat.com
Tue Jan 6 17:54:40 GMT 2004


This is introduced by cset somewhere in 2.6.0-test10 or such
(2.6.0-test7 works ok). Strain colon is prepended to volume names.

-- Pete

diff -urN -X dontdiff linux-2.6.0/fs/afs/volume.c linux-2.6.0-kafs/fs/afs/volume.c
--- linux-2.6.0/fs/afs/volume.c	2003-10-01 15:18:01.000000000 -0700
+++ linux-2.6.0-kafs/fs/afs/volume.c	2004-01-06 13:30:52.000000000 -0800
@@ -108,6 +108,7 @@
 	if (volname) {
 		cellname = name;
 		cellnamesz = volname - name;
+		volname++;
 	}
 	else {
 		volname = name;



More information about the linux-afs mailing list