[PATCH 003/18] kdb-vm-fl-insert
[email protected] Thu, 10 Jul 2008 20:57:25 +0000 (UTC)
| Newsgroups | gmane.linux.kernel.debugging |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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.