Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65239940 authored by Khusika Dhamar Gusti's avatar Khusika Dhamar Gusti
Browse files

fs/crypto: Fix 4.9.186 missmerge



This has been removed in this commit 63da4200

Change-Id: If1db3703d7b70ba9c820168d2abe967a2d026959
Signed-off-by: default avatarKhusika Dhamar Gusti <khusikadhamar@gmail.com>
parent 4ebd29ed
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -82,8 +82,6 @@ int fscrypt_ioctl_set_policy(struct file *filp, const void __user *arg)
			ret = -ENOTDIR;
		else if (IS_DEADDIR(inode))
			ret = -ENOENT;
		else if (!inode->i_sb->s_cop->empty_dir)
			ret = -EOPNOTSUPP;
		else if (!inode->i_sb->s_cop->empty_dir(inode))
			ret = -ENOTEMPTY;
		else