reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Prevent Oops when mounting forward-incompatible volumes.
@ 2016-09-05 16:13 Edward Shishkin
  2016-09-17 12:05 ` doiggl
  0 siblings, 1 reply; 2+ messages in thread
From: Edward Shishkin @ 2016-09-05 16:13 UTC (permalink / raw)
  To: reiserfs-devel; +Cc: Edward Shishkin

Signed-off-by: Edward Shishkin <edward.shishkin@gmail.com>
---
 init_super.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init_super.c b/init_super.c
index bd1644b..fb37605 100644
--- a/init_super.c
+++ b/init_super.c
@@ -639,7 +639,7 @@ int reiser4_init_read_super(struct super_block *super, int silent)
 		}
 
 		sbinfo->df_plug =
-			disk_format_plugin_by_id(
+			disk_format_plugin_by_unsafe_id(
 				le16_to_cpu(get_unaligned(&master_sb->disk_plugin_id)));
 		if (sbinfo->df_plug == NULL) {
 			if (!silent)
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-17 12:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-05 16:13 [PATCH] Prevent Oops when mounting forward-incompatible volumes Edward Shishkin
2016-09-17 12:05 ` doiggl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).