linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Zwane Mwaikambo <zwane@linux.realnet.co.sz>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Cc: Andries.Brouwer@cwi.nl
Subject: [PATCH] UFS blocksize fix
Date: Tue, 5 Mar 2002 08:21:17 +0200 (SAST)	[thread overview]
Message-ID: <Pine.LNX.4.44.0203050818490.23382-100000@netfinity.realnet.co.sz> (raw)

Looks like i got my test wrong in that last patch, pointed out by Andries 
Brouwer (backing it out causes oopses with certain blocksizes).

Thanks,
	Zwane

diffed against 2.4.19-pre2

--- linux-2.4.19/fs/ufs/super.c.orig	Tue Mar  5 08:17:30 2002
+++ linux-2.4.19/fs/ufs/super.c	Tue Mar  5 08:15:40 2002
@@ -597,7 +597,7 @@
 	}
 	
 again:	
-	if (!set_blocksize (sb->s_dev, block_size)) {
+	if (set_blocksize (sb->s_dev, block_size)) {
 		printk(KERN_ERR ""UFS: failed to set blocksize\n");
 		goto failed;
 	}



                 reply	other threads:[~2002-03-05  6:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=Pine.LNX.4.44.0203050818490.23382-100000@netfinity.realnet.co.sz \
    --to=zwane@linux.realnet.co.sz \
    --cc=Andries.Brouwer@cwi.nl \
    --cc=linux-kernel@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).