mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Tom Rini <trini@kernel.crashing.org>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Urban Widmark <urban@svenskatest.se>
Subject: Re: test11-pre1
Date: Wed, 8 Nov 2000 10:37:29 -0700	[thread overview]
Message-ID: <20001108103729.A30483@opus.bloom.county> (raw)
In-Reply-To: <Pine.LNX.4.10.10011071301580.6012-100000@penguin.transmeta.com>
In-Reply-To: <Pine.LNX.4.10.10011071301580.6012-100000@penguin.transmeta.com>; from torvalds@transmeta.com on Tue, Nov 07, 2000 at 01:06:27PM -0800

[-- Attachment #1: Type: text/plain, Size: 871 bytes --]

On Tue, Nov 07, 2000 at 01:06:27PM -0800, Linus Torvalds wrote:

> Mostly driver updates.
> 
> With a few notable exceptions: two rather subtle MM race conditions that
> happened with SMP and highmem respectively. And the FXCSR and file locking
> that was already discussed on the list.

I've once again attached this very small patch for !CONFIG_INET.  Summary:
This is a very minor patch for fs/nls/Config.in, which Petr Vandrovec came up   
with.  The problem is that if CONFIG_INET is n, CONFIG_SMB_FS is never set
so fs/nls/Config.in assumes that the user wants to select some NLS options.
This fixes it and works on config/menuconfig/xconfig.  It's been ok'ed by
the SMB maintainer, so could this please go in?

This is still vs 2.4.10-test8 or so, but the file hasn't changed any, nor has
the problem, so...

-- 
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

[-- Attachment #2: nls.patch --]
[-- Type: text/plain, Size: 601 bytes --]

--- fs/nls/Config.in.orig	Thu Oct 19 12:54:09 2000
+++ fs/nls/Config.in	Thu Oct 19 12:54:32 2000
@@ -2,10 +2,17 @@
 # Native language support configuration
 #
 
+# smb wants NLS
+if [ "$CONFIG_SMB_FS" = "m" -o "$CONFIG_SMB_FS" = "y" ]; then
+  define_bool CONFIG_SMB_NLS y
+else
+  define_bool CONFIG_SMB_NLS n
+fi
+
 # msdos and Joliet want NLS
 if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" \
 	-o "$CONFIG_NTFS_FS" != "n" -o "$CONFIG_NCPFS_NLS" = "y" \
-	-o "$CONFIG_SMB_FS" != "n" ]; then
+	-o "$CONFIG_SMB_NLS" = "y" ]; then
   define_bool CONFIG_NLS y
 else
   define_bool CONFIG_NLS n

      parent reply	other threads:[~2000-11-08 17:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-07 21:06 test11-pre1 Linus Torvalds
2000-11-07 22:20 ` congrats! test11-pre1 bert hubert
2000-11-08 11:44 ` test11-pre1 David Woodhouse
2000-11-08 17:37 ` Tom Rini [this message]

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=20001108103729.A30483@opus.bloom.county \
    --to=trini@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    --cc=urban@svenskatest.se \
    /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

all inboxes | Powered by JetHome®