patch-2.4.0-test5 linux/include/linux/hfs_sysdep.h

Next file: linux/include/linux/i2c-id.h
Previous file: linux/include/linux/hdreg.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/include/linux/hfs_sysdep.h linux/include/linux/hfs_sysdep.h
@@ -61,7 +61,7 @@
 }
 
 extern inline void hfs_free(void *ptr, unsigned int size) {
-	kfree_s(ptr, size);
+	kfree(ptr);
 #if defined(DEBUG_ALL) || defined(DEBUG_MEM)
 	hfs_warn("%ld bytes allocation at %s:%u\n",
 		  (hfs_alloc -= ptr ? size : 0), __FILE__, __LINE__);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)