[PATCH 0/2] Two patches for fs/super.c

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: NeilBrown
Date: Tuesday, March 23, 2010 - 10:12 pm

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(-)

-- 

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 2/2] fs/super: remove S_BIAS, NeilBrown, (Tue Mar 23, 10:12 pm)
[PATCH 0/2] Two patches for fs/super.c, NeilBrown, (Tue Mar 23, 10:12 pm)
Re: [PATCH 0/2] Two patches for fs/super.c, Al Viro, (Wed Mar 24, 2:20 am)
Re: [PATCH 0/2] Two patches for fs/super.c, Neil Brown, (Wed Mar 24, 2:50 am)