The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] Two patches for fs/super.c
@ 2010-03-24  5:12 NeilBrown
  2010-03-24  5:12 ` [PATCH 1/2] VFS: use __put_super_and_need_restart in get_active_super NeilBrown
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: NeilBrown @ 2010-03-24  5:12 UTC (permalink / raw)
  To: Al Viro; +Cc: Christoph Hellwig, linux-kernel


Two patches.

 The second removes S_BIAS which is unnecessary and so potentially
 confusing.

 The first I found the need for while preparing the second patch.  It
 seems that get_active_super doesn't follow the pattern of all other
 code that walks the super_blocks list.

NeilBrown

---

NeilBrown (2):
      VFS: use __put_super_and_need_restart in get_active_super.
      fs/super: remove S_BIAS


 fs/notify/inotify/inotify.c |   33 ++++++++++++++-------------------
 fs/super.c                  |   20 ++++++++------------
 include/linux/fs.h          |    1 -
 3 files changed, 22 insertions(+), 32 deletions(-)

-- 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-03-24  9:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-24  5:12 [PATCH 0/2] Two patches for fs/super.c NeilBrown
2010-03-24  5:12 ` [PATCH 1/2] VFS: use __put_super_and_need_restart in get_active_super NeilBrown
2010-03-24  5:12 ` [PATCH 2/2] fs/super: remove S_BIAS NeilBrown
2010-03-24  9:20 ` [PATCH 0/2] Two patches for fs/super.c Al Viro
2010-03-24  9:50   ` Neil Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox