Merge tag 'v3.10.86' into update

This is the 3.10.86 stable release
This commit is contained in:
Stricted
2018-03-21 22:47:17 +01:00
27 changed files with 198 additions and 30 deletions
+3
View File
@@ -520,6 +520,9 @@ repeat:
return;
}
if (unlikely(dentry->d_flags & DCACHE_DISCONNECTED))
goto kill_it;
if (dentry->d_flags & DCACHE_OP_DELETE) {
if (dentry->d_op->d_delete(dentry))
goto kill_it;