Don't try to drop inodes on ReleaseDir().
Dropping inodes is expensive (it looks through the entire tree), while opendir/readdir/releasedir should be cheap.
Showing
Please register or sign in to comment
Dropping inodes is expensive (it looks through the entire tree), while opendir/readdir/releasedir should be cheap.