From: Edward Shishkin <edward.shishkin@gmail.com>
To: reiserfs-devel@vger.kernel.org
Cc: Edward Shishkin <edward.shishkin@gmail.com>
Subject: [PATCH] Prevent Oops when mounting forward-incompatible volumes.
Date: Mon, 5 Sep 2016 18:13:21 +0200 [thread overview]
Message-ID: <1473092001-9402-1-git-send-email-edward.shishkin@gmail.com> (raw)
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
next reply other threads:[~2016-09-05 16:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-05 16:13 Edward Shishkin [this message]
2016-09-17 12:05 ` [PATCH] Prevent Oops when mounting forward-incompatible volumes doiggl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1473092001-9402-1-git-send-email-edward.shishkin@gmail.com \
--to=edward.shishkin@gmail.com \
--cc=reiserfs-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).