afs/fs/afs cell.c,1.15,1.16

dwh at infradead.org dwh at infradead.org
Wed Sep 24 09:09:21 BST 2003


Update of /home/cvs/afs/fs/afs
In directory phoenix.infradead.org:/tmp/cvs-serv7850

Modified Files:
	cell.c 
Log Message:
free the right thing in afs_cell_create()'s error path


Index: cell.c
===================================================================
RCS file: /home/cvs/afs/fs/afs/cell.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cell.c	16 Sep 2003 16:43:54 -0000	1.15
+++ cell.c	24 Sep 2003 07:09:18 -0000	1.16
@@ -147,7 +147,7 @@
 	printk("kAFS: bad VL server IP address: '%s'\n", vllist);
  error:
 	up_write(&afs_cells_sem);
-	kfree(afs_cell_root);
+	kfree(cell);
 	return ret;
 } /* end afs_cell_create() */
 




More information about the linux-afs-cvs mailing list