Whamcloud - gitweb
LU-16463 llite: replace lld_nfs_dentry flag with opencache handling
[fs/lustre-release.git] / lustre / llite / super25.c
index 71b45b9..6622625 100644 (file)
@@ -62,6 +62,8 @@ static struct inode *ll_alloc_inode(struct super_block *sb)
                return NULL;
 #endif
        inode_init_once(&lli->lli_vfs_inode);
+       lli->lli_open_thrsh_count = UINT_MAX;
+
        return &lli->lli_vfs_inode;
 }