aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-12-17 10:45:14 -0500
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-12-23 05:22:39 -0500
commit24fa9e9438b263600737c839b36543981d87d65b (patch)
tree4426bb9b605db661f9bc2e5320a650e192f7fe9f
parent7bbe5b5aa6d1e38af6f1fc866efc0aa461d73f19 (diff)
UBIFS: fix tnc dumping
debugfs tnc dumping was broken because of an obvious typo. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
-rw-r--r--fs/ubifs/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/debug.c b/fs/ubifs/debug.c
index 934db1855f09..367d97520d95 100644
--- a/fs/ubifs/debug.c
+++ b/fs/ubifs/debug.c
@@ -2443,7 +2443,7 @@ static ssize_t write_debugfs_file(struct file *file, const char __user *buf,
2443 spin_lock(&c->space_lock); 2443 spin_lock(&c->space_lock);
2444 dbg_dump_budg(c); 2444 dbg_dump_budg(c);
2445 spin_unlock(&c->space_lock); 2445 spin_unlock(&c->space_lock);
2446 } else if (file->f_path.dentry == d->dump_budg) { 2446 } else if (file->f_path.dentry == d->dump_tnc) {
2447 mutex_lock(&c->tnc_mutex); 2447 mutex_lock(&c->tnc_mutex);
2448 dbg_dump_tnc(c); 2448 dbg_dump_tnc(c);
2449 mutex_unlock(&c->tnc_mutex); 2449 mutex_unlock(&c->tnc_mutex);