diff options
Diffstat (limited to 'include/linux/jbd2.h')
-rw-r--r-- | include/linux/jbd2.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h index 704b9a599b26..20e7f78041c8 100644 --- a/include/linux/jbd2.h +++ b/include/linux/jbd2.h | |||
@@ -1251,15 +1251,6 @@ void __jbd2_log_wait_for_space(journal_t *journal); | |||
1251 | extern void __jbd2_journal_drop_transaction(journal_t *, transaction_t *); | 1251 | extern void __jbd2_journal_drop_transaction(journal_t *, transaction_t *); |
1252 | extern int jbd2_cleanup_journal_tail(journal_t *); | 1252 | extern int jbd2_cleanup_journal_tail(journal_t *); |
1253 | 1253 | ||
1254 | /* Debugging code only: */ | ||
1255 | |||
1256 | #define jbd_ENOSYS() \ | ||
1257 | do { \ | ||
1258 | printk (KERN_ERR "JBD unimplemented function %s\n", __func__); \ | ||
1259 | current->state = TASK_UNINTERRUPTIBLE; \ | ||
1260 | schedule(); \ | ||
1261 | } while (1) | ||
1262 | |||
1263 | /* | 1254 | /* |
1264 | * is_journal_abort | 1255 | * is_journal_abort |
1265 | * | 1256 | * |