UBIFS: get rid of dbg_dump_stack
[deliverable/linux.git] / fs / ubifs / journal.c
index 2f438ab2e7a2730f2dfff7498ad8c3301f425479..bad8b5fe47c7118f1c06c1a1e7b5c76064e7fada 100644 (file)
@@ -385,7 +385,7 @@ out:
        if (err == -ENOSPC) {
                /* This are some budgeting problems, print useful information */
                down_write(&c->commit_sem);
-               dbg_dump_stack();
+               dump_stack();
                dbg_dump_budg(c, &c->bi);
                dbg_dump_lprops(c);
                cmt_retries = dbg_check_lprops(c);
@@ -1267,7 +1267,6 @@ out_free:
        return err;
 }
 
-#ifdef CONFIG_UBIFS_FS_XATTR
 
 /**
  * ubifs_jnl_delete_xattr - delete an extended attribute.
@@ -1462,4 +1461,3 @@ out_free:
        return err;
 }
 
-#endif /* CONFIG_UBIFS_FS_XATTR */
This page took 0.036261 seconds and 5 git commands to generate.