From: Dave Hansen <haveblue@us.ibm.com>
To: Roman Zippel <zippel@linux-m68k.org>
Cc: linux-kernel@vger.kernel.org, Linus Torvalds <torvalds@transmeta.com>
Subject: Re: [PATCH] AFFS fix return without releasing BKL
Date: Fri, 12 Jul 2002 12:06:45 -0700 [thread overview]
Message-ID: <3D2F28C5.80403@us.ibm.com> (raw)
In-Reply-To: Pine.LNX.4.44.0207112236330.28515-100000@serv
[-- Attachment #1: Type: text/plain, Size: 386 bytes --]
Roman Zippel wrote:
> Hi,
>
> On Thu, 11 Jul 2002, Dave Hansen wrote:
>
>>This was found by Dan Carpenter <error27@email.com>, using an smatch
>>script. Looks to me like like an error caused during all the BKL
>>pushing. 1 more coming...
>
> Actually lock_kernel() and the test there can be removed completely.
Patch attached to do just that.
--
Dave Hansen
haveblue@us.ibm.com
[-- Attachment #2: affs-bkl_ret-2.5.25-1.patch --]
[-- Type: text/plain, Size: 405 bytes --]
--- linux-2.5.25-clean/fs/affs/namei.c Thu Jun 20 15:53:49 2002
+++ linux/fs/affs/namei.c Fri Jul 12 12:05:24 2002
@@ -342,14 +342,7 @@
pr_debug("AFFS: rmdir(dir=%u, \"%.*s\")\n", (u32)dir->i_ino,
(int)dentry->d_name.len, dentry->d_name.name);
- lock_kernel();
-
- /* WTF??? */
- if (!dentry->d_inode)
- return -ENOENT;
-
res = affs_remove_header(dentry);
- unlock_kernel();
return res;
}
prev parent reply other threads:[~2002-07-12 19:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-11 7:28 [PATCH] AFFS fix return without releasing BKL Dave Hansen
2002-07-11 20:44 ` Roman Zippel
2002-07-12 19:06 ` Dave Hansen [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=3D2F28C5.80403@us.ibm.com \
--to=haveblue@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
--cc=zippel@linux-m68k.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 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.