linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8][RESEND] drop lock/unlock super
@ 2012-08-30 14:55 Marco Stornelli
  0 siblings, 0 replies; only message in thread
From: Marco Stornelli @ 2012-08-30 14:55 UTC (permalink / raw)
  To: Boaz Harrosh, bhalevy, Jan Kara, Andrew Morton, adilger.kernel,
	Theodore Ts'o, hirofumi, mikulas, Al Viro, hch, dushistov,
	osd-dev, Linux Kernel, linux-ext4, Linux FS Devel

Hi,

I resend the patch series to remove the deprecated calls lock_super and 
unlock_super. I let you decide what to do. At the moment I received 
positive feedback for ext3/4 and exofs from fs maintainers. I hope 
someone can say "yes" for the others. Al, in case it's ok, can you apply 
them in the vfs tree for 3.7? Actually in the Ted's tree there is 
already the patch for ext4, but however I'm re-sending it because I 
don't want to break a tree.
Thanks.

Marco Stornelli (8):
   exofs: drop lock/unlock super
   ext3: drop lock/unlock super
   ext4: drop lock/unlock super
   fat: drop lock/unlock super
   hpfs: drop lock/unlock super
   sysv: drop lock/unlock super
   ufs: drop lock/unlock super
   vfs: drop lock/unlock super

  fs/exofs/super.c     |    4 ----
  fs/ext3/super.c      |    6 ------
  fs/ext4/super.c      |   11 +----------
  fs/fat/dir.c         |    4 ++--
  fs/fat/fat.h         |    1 +
  fs/fat/inode.c       |    9 +++++----
  fs/fat/namei_msdos.c |   26 +++++++++++++-------------
  fs/fat/namei_vfat.c  |   30 +++++++++++++++---------------
  fs/hpfs/super.c      |    3 ---
  fs/super.c           |   23 -----------------------
  fs/sysv/balloc.c     |   18 +++++++++---------
  fs/sysv/ialloc.c     |   14 +++++++-------
  fs/sysv/inode.c      |    4 ++--
  fs/sysv/super.c      |    1 +
  fs/sysv/sysv.h       |    1 +
  fs/ufs/balloc.c      |   30 +++++++++++++++---------------
  fs/ufs/ialloc.c      |   16 ++++++++--------
  fs/ufs/super.c       |   21 +++++++++++----------
  fs/ufs/ufs.h         |    1 +
  include/linux/fs.h   |    1 -
  20 files changed, 92 insertions(+), 132 deletions(-)

-- 
1.7.3.4
---


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

only message in thread, other threads:[~2012-08-30 15:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-30 14:55 [PATCH 0/8][RESEND] drop lock/unlock super Marco Stornelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).