|
|
| version 1.234, 2007/01/12 15:07:09 | version 1.235, 2007/04/16 06:06:47 |
|---|---|
| Line 1426 xfs_free_bufhash( | Line 1426 xfs_free_bufhash( |
| /* | /* |
| * buftarg list for delwrite queue processing | * buftarg list for delwrite queue processing |
| */ | */ |
| LIST_HEAD(xfs_buftarg_list); | static LIST_HEAD(xfs_buftarg_list); |
| static DEFINE_SPINLOCK(xfs_buftarg_lock); | static DEFINE_SPINLOCK(xfs_buftarg_lock); |
| STATIC void | STATIC void |
| Line 1867 xfs_buf_terminate(void) | Line 1867 xfs_buf_terminate(void) |
| ktrace_free(xfs_buf_trace_buf); | ktrace_free(xfs_buf_trace_buf); |
| #endif | #endif |
| } | } |
| #ifdef CONFIG_KDB_MODULES | |
| struct list_head * | |
| xfs_get_buftarg_list(void) | |
| { | |
| return &xfs_buftarg_list; | |
| } | |
| #endif |