[PATCH 22/30] UBIFS: always print stacktrace when switching to R/O mode

Artem Bityutskiy dedekind1 at gmail.com
Thu Jun 9 05:05:02 EDT 2011


From: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>

When switching to R/O mode due to an I/O error, always dump the stack, not only
when debugging is enabled.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
---
 fs/ubifs/io.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/ubifs/io.c b/fs/ubifs/io.c
index 3be645e..48e1680 100644
--- a/fs/ubifs/io.c
+++ b/fs/ubifs/io.c
@@ -86,7 +86,7 @@ void ubifs_ro_mode(struct ubifs_info *c, int err)
 		c->no_chk_data_crc = 0;
 		c->vfs_sb->s_flags |= MS_RDONLY;
 		ubifs_warn("switched to read-only mode, error %d", err);
-		dbg_dump_stack();
+		dump_stack();
 	}
 }
 
-- 
1.7.2.3




More information about the linux-mtd mailing list