• Alexander Viro's avatar
    [PATCH] remount: mount flags filtering · 6a0e29ef
    Alexander Viro authored
     - we could pass MS_ACTIVE in mount flags and it would be passed into
       ->get_sb(), leading to interesting failure modes.  This flag is only
       for internal use (it's set once fill_super is complete and reset
       before the inode eviction on umount); made sure that we never get
       tricked into having it set it too early.
    6a0e29ef
namespace.c 27.8 KB