Skip to content
  • Steven Whitehouse's avatar
    GFS2: Remove loopy umount code · c1184f8a
    Steven Whitehouse authored
    
    
    As a consequence of the previous patch, we can now remove the
    loop which used to be required due to the circular dependency
    between the inodes and glocks. Instead we can just invalidate
    the inodes, and then clear up any glocks which are left.
    
    Also we no longer need the rwsem since there is no longer any
    danger of the inode invalidation calling back into the glock
    code (and from there back into the inode code).
    
    Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
    c1184f8a