Add samsung specific changes

This commit is contained in:
2025-08-11 14:29:00 +02:00
parent c66122e619
commit 4d134a1294
2688 changed files with 1127995 additions and 11475 deletions

View File

@@ -4255,10 +4255,6 @@ retry:
if (error)
goto exit4;
error = vfs_rmdir(mnt_idmap(path.mnt), path.dentry->d_inode, dentry);
#ifdef CONFIG_PROC_DLOG
if (!error)
dlog_hook_rmdir(dentry, &path);
#endif
exit4:
dput(dentry);
exit3:
@@ -4396,10 +4392,6 @@ retry_deleg:
goto exit3;
error = vfs_unlink(mnt_idmap(path.mnt), path.dentry->d_inode,
dentry, &delegated_inode);
#ifdef CONFIG_PROC_DLOG
if (!error)
dlog_hook(dentry, inode, &path);
#endif
exit3:
dput(dentry);
}