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