All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] udf-fix-novrs-mount-option.patch removed from -mm tree
@ 2009-03-12 20:17 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2009-03-12 20:17 UTC (permalink / raw)
  To: clemens, jack, stable, mm-commits


The patch titled
     udf: fix novrs mount option
has been removed from the -mm tree.  Its filename was
     udf-fix-novrs-mount-option.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: udf: fix novrs mount option
From: Clemens Ladisch <clemens@ladisch.de>

The novrs mount option was broken due to a missing break.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Cc: Jan Kara <jack@ucw.cz>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/udf/super.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN fs/udf/super.c~udf-fix-novrs-mount-option fs/udf/super.c
--- a/fs/udf/super.c~udf-fix-novrs-mount-option
+++ a/fs/udf/super.c
@@ -439,6 +439,7 @@ static int udf_parse_options(char *optio
 		switch (token) {
 		case Opt_novrs:
 			uopt->novrs = 1;
+			break;
 		case Opt_bs:
 			if (match_int(&args[0], &option))
 				return 0;
_

Patches currently in -mm which might be from clemens@ladisch.de are

linux-next.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-12 20:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-12 20:17 [merged] udf-fix-novrs-mount-option.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.