Skip to content
  • Al Viro's avatar
    Safer nfsd_cross_mnt() · 1644ccc8
    Al Viro authored
    
    
    AFAICS, we have a subtle bug there: if we have crossed mountpoint
    *and* it got mount --move'd away, we'll be holding only one
    reference to fs containing dentry - exp->ex_path.mnt.  IOW, we
    ought to dput() before exp_put().
    
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    1644ccc8