]> Git Repo - linux.git/blobdiff - fs/namespace.c
Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / fs / namespace.c
index a511ea003f89aba28f66023f680c4de1873797ff..22e536705c45d128ab8651759cea74d83f481ab1 100644 (file)
@@ -2888,7 +2888,7 @@ bool fs_fully_visible(struct file_system_type *type)
                        struct inode *inode = child->mnt_mountpoint->d_inode;
                        if (!S_ISDIR(inode->i_mode))
                                goto next;
-                       if (inode->i_nlink != 2)
+                       if (inode->i_nlink > 2)
                                goto next;
                }
                visible = true;
This page took 0.032264 seconds and 4 git commands to generate.