Loading fs/ecryptfs/dentry.c +1 −2 Original line number Diff line number Diff line Loading @@ -81,7 +81,6 @@ static void ecryptfs_d_release(struct dentry *dentry) { struct ecryptfs_dentry_info *p = dentry->d_fsdata; if (p) { if (p->lower_path.dentry) path_put(&p->lower_path); call_rcu(&p->rcu, ecryptfs_dentry_free_rcu); } Loading Loading
fs/ecryptfs/dentry.c +1 −2 Original line number Diff line number Diff line Loading @@ -81,7 +81,6 @@ static void ecryptfs_d_release(struct dentry *dentry) { struct ecryptfs_dentry_info *p = dentry->d_fsdata; if (p) { if (p->lower_path.dentry) path_put(&p->lower_path); call_rcu(&p->rcu, ecryptfs_dentry_free_rcu); } Loading