All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tim Hockin <thockin@sun.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	alan@redhat.com, torvalds@transmeta.com
Subject: [PATCH] 1 liner to hfs (from asun)
Date: Mon, 15 Oct 2001 18:58:39 -0700	[thread overview]
Message-ID: <3BCB944F.E5188DDF@sun.com> (raw)

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

Linus, Alan,

Attached is a one-liner from Adrian Sun (hfs maintainer).  He asked me to
send it in with this batch of patches.

Please apply.

Thanks

Tim
-- 
Tim Hockin
Systems Software Engineer
Sun Microsystems, Cobalt Server Appliances
thockin@sun.com

[-- Attachment #2: hfs-static.diff --]
[-- Type: text/plain, Size: 459 bytes --]

diff -ruN dist-2.4.12+patches/fs/hfs/catalog.c cvs-2.4.12+patches/fs/hfs/catalog.c
--- dist-2.4.12+patches/fs/hfs/catalog.c	Mon Oct 15 10:23:04 2001
+++ cvs-2.4.12+patches/fs/hfs/catalog.c	Mon Oct 15 10:23:04 2001
@@ -100,7 +100,7 @@
 static LIST_HEAD(entry_unused);
 static struct list_head hash_table[C_HASHSIZE];
 
-spinlock_t entry_lock = SPIN_LOCK_UNLOCKED;
+static spinlock_t entry_lock = SPIN_LOCK_UNLOCKED;
 
 static struct {
         int nr_entries;

                 reply	other threads:[~2001-10-16  2:01 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=3BCB944F.E5188DDF@sun.com \
    --to=thockin@sun.com \
    --cc=alan@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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 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.