[PATCH 003/18] kdb-vm-fl-insert

quilt at tsunami.ccur.com quilt at tsunami.ccur.com
Thu Jul 10 13:25:03 PDT 2008


Fix these -rc9 import compilation errors:

   kdb/modules/kdbm_vm.c:826: error: 'struct file_lock_operations'
	   has no member named 'fl_insert'
   kdb/modules/kdbm_vm.c:826: error: 'struct file_lock_operations'
	   has no member named 'fl_remove'

Signed-off-by: Joe Korty <joe.korty at ccur.com>

Index: 2.6.26-rc9/kdb/modules/kdbm_vm.c
===================================================================
--- 2.6.26-rc9.orig/kdb/modules/kdbm_vm.c	2008-07-10 12:14:15.000000000 -0400
+++ 2.6.26-rc9/kdb/modules/kdbm_vm.c	2008-07-10 12:22:09.000000000 -0400
@@ -609,8 +609,7 @@
 
 	kdb_printf(" file_lock_operations");
 	if (fl.fl_ops)
-		kdb_printf("\n   fl_insert = 0x%p fl_remove = 0x%p fl_copy_lock = 0x%p fl_release_private = 0x%p\n",
-			fl.fl_ops->fl_insert, fl.fl_ops->fl_remove,
+		kdb_printf("\n   fl_copy_lock = 0x%p fl_release_private = 0x%p\n",
 			fl.fl_ops->fl_copy_lock, fl.fl_ops->fl_release_private);
 	else
 		kdb_printf("   empty\n");
---------------------------
Use http://oss.sgi.com/ecartis to modify your settings or to unsubscribe.


More information about the kdb mailing list