All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Hansen <haveblue@us.ibm.com>
To: Greg KH <greg@kroah.com>
Cc: linux-kernel@vger.kernel.org, Alexander Viro <viro@math.psu.edu>
Subject: Re: [PATCH] remove BKL from driverfs
Date: Thu, 04 Jul 2002 16:38:52 -0700	[thread overview]
Message-ID: <3D24DC8C.4060801@us.ibm.com> (raw)
In-Reply-To: 20020704222357.GD418@kroah.com

CC'ing Al for comments...

Greg KH wrote:
> bleah, a proliferation of a zillion little spinlocks all across the
> kernel is not my idea of fun :(

A zillion locks each with a single purpose is a lot more fun than 1 
lock with a zillion different uses.

> I don't know if a simple spinlock can help us here.  Look at
> driverfs_get_inode() and follow that into the vfs layer.  Make sure all
> of that is race safe (and isn't currently relying on the BKL.)  I'll
> defer to Al Viro's opinion about this, as I don't quite know all of the
> side effects going on at this moment in time.

OK, I agree a simple spinlock is not the way to go because I now see 
the sleepable operations in there.  But, I don't think 
driverfs_get_inode() needs any more locking.  The inode that it 
references is freshly allocated and my only concern would be about 
access from the inode_in_use list.  Maybe down()ing i_sem will provide 
a bit more protection, but unless the access through inode_in_use is 
already a problem, i_sem isn't needed.  Any thoughts, Al?

-- 
Dave Hansen
haveblue@us.ibm.com


  reply	other threads:[~2002-07-04 23:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-04  6:26 [PATCH] remove BKL from driverfs Dave Hansen
2002-07-04  7:10 ` Greg KH
2002-07-04  7:26   ` Dave Hansen
2002-07-04 22:23     ` Greg KH
2002-07-04 23:38       ` Dave Hansen [this message]
2002-07-04 23:58         ` Alexander Viro
2002-07-05  0:08           ` Dave Hansen
2002-07-05 17:09 ` Patrick Mochel
2002-07-05 17:47   ` Patrick Mochel
2002-07-08  0:41     ` Dave Hansen
2002-07-08  2:43       ` Greg KH

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=3D24DC8C.4060801@us.ibm.com \
    --to=haveblue@us.ibm.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viro@math.psu.edu \
    /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.