]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/autofs4/expire.c
[PATCH] autofs4: follow_link missing functionality
[linux-2.6-omap-h63xx.git] / fs / autofs4 / expire.c
index 08e33218a64ac0464e2a88f60577ac7c9f08735c..b8ce02607d66bacd03d60acad9b99ffd9e48d7d2 100644 (file)
@@ -113,10 +113,6 @@ static int autofs4_direct_busy(struct vfsmount *mnt,
        DPRINTK("top %p %.*s",
                top, (int) top->d_name.len, top->d_name.name);
 
-       /* Not a mountpoint - give up */
-       if (!d_mountpoint(top))
-               return 1;
-
        /* If it's busy update the expiry counters */
        if (!may_umount_tree(mnt)) {
                struct autofs_info *ino = autofs4_dentry_ino(top);