Add samsung specific changes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user