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

Commit 996b8583 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ANDROID: sdcardfs: Make WARN_RATELIMIT to pr_debug"

parents 0f7f0fa9 8af4a38d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -600,7 +600,7 @@ static const char *sdcardfs_follow_link(struct dentry *dentry, void **cookie)

static int sdcardfs_permission_wrn(struct inode *inode, int mask)
{
	WARN_RATELIMIT(1, "sdcardfs does not support permission. Use permission2.\n");
	pr_debug("sdcardfs does not support permission. Use permission2.\n");
	return -EINVAL;
}