mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
UBIFS: fix tnc dumping
debugfs tnc dumping was broken because of an obvious typo. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
This commit is contained in:
parent
7bbe5b5aa6
commit
24fa9e9438
@ -2443,7 +2443,7 @@ static ssize_t write_debugfs_file(struct file *file, const char __user *buf,
|
||||
spin_lock(&c->space_lock);
|
||||
dbg_dump_budg(c);
|
||||
spin_unlock(&c->space_lock);
|
||||
} else if (file->f_path.dentry == d->dump_budg) {
|
||||
} else if (file->f_path.dentry == d->dump_tnc) {
|
||||
mutex_lock(&c->tnc_mutex);
|
||||
dbg_dump_tnc(c);
|
||||
mutex_unlock(&c->tnc_mutex);
|
||||
|
Loading…
Reference in New Issue
Block a user