Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...
[firefly-linux-kernel-4.4.55.git] / include / linux / jbd.h
index 31229e0be90bd812ce953d257a4b9482f18ff558..d32615280be92baeb3fd4cdfa2d05aa4e1528080 100644 (file)
@@ -956,15 +956,6 @@ void __log_wait_for_space(journal_t *journal);
 extern void    __journal_drop_transaction(journal_t *, transaction_t *);
 extern int     cleanup_journal_tail(journal_t *);
 
-/* Debugging code only: */
-
-#define jbd_ENOSYS() \
-do {                                                                      \
-       printk (KERN_ERR "JBD unimplemented function %s\n", __func__); \
-       current->state = TASK_UNINTERRUPTIBLE;                             \
-       schedule();                                                        \
-} while (1)
-
 /*
  * is_journal_abort
  *