diff options
Diffstat (limited to 'include/linux/jbd.h')
-rw-r--r-- | include/linux/jbd.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/jbd.h b/include/linux/jbd.h index 31229e0be90b..d32615280be9 100644 --- a/include/linux/jbd.h +++ b/include/linux/jbd.h | |||
@@ -956,15 +956,6 @@ void __log_wait_for_space(journal_t *journal); | |||
956 | extern void __journal_drop_transaction(journal_t *, transaction_t *); | 956 | extern void __journal_drop_transaction(journal_t *, transaction_t *); |
957 | extern int cleanup_journal_tail(journal_t *); | 957 | extern int cleanup_journal_tail(journal_t *); |
958 | 958 | ||
959 | /* Debugging code only: */ | ||
960 | |||
961 | #define jbd_ENOSYS() \ | ||
962 | do { \ | ||
963 | printk (KERN_ERR "JBD unimplemented function %s\n", __func__); \ | ||
964 | current->state = TASK_UNINTERRUPTIBLE; \ | ||
965 | schedule(); \ | ||
966 | } while (1) | ||
967 | |||
968 | /* | 959 | /* |
969 | * is_journal_abort | 960 | * is_journal_abort |
970 | * | 961 | * |