diff options
| -rwxr-xr-x | fs/sdcardfs/derived_perm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sdcardfs/derived_perm.c b/fs/sdcardfs/derived_perm.c index 116b6dc42..7d6eb9ff8 100755 --- a/fs/sdcardfs/derived_perm.c +++ b/fs/sdcardfs/derived_perm.c @@ -245,7 +245,7 @@ void fixup_lower_ownership(struct dentry *dentry, const char *name) error = notify_change2(path.mnt, path.dentry, &newattrs); mutex_unlock(&inode->i_mutex); if (error) - pr_err("sdcardfs: Failed to touch up lower fs gid/uid.\n"); + pr_debug("sdcardfs: Failed to touch up lower fs gid/uid for %s\n", name); } sdcardfs_put_lower_path(dentry, &path); } |
