projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b814009
)
ANDROID: sdcardfs: Don't complain in fixup_lower_ownership
author
Daniel Rosenberg
<drosen@google.com>
Wed, 19 Apr 2017 05:49:38 +0000
(22:49 -0700)
committer
Daniel Rosenberg
<drosen@google.com>
Tue, 30 Jan 2018 03:40:09 +0000
(19:40 -0800)
Not all filesystems support changing the owner of a file.
We shouldn't complain if it doesn't happen.
Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug:
37488099
Change-Id: I403e44ab7230f176e6df82f6adb4e5c82ce57f33
fs/sdcardfs/derived_perm.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/sdcardfs/derived_perm.c
b/fs/sdcardfs/derived_perm.c
index 10153339288a62d34de2c125880594a0a68e6e5d..29645276c7340a475452a894e26c5e504bd8f10b 100644
(file)
--- a/
fs/sdcardfs/derived_perm.c
+++ b/
fs/sdcardfs/derived_perm.c
@@
-252,7
+252,7
@@
retry_deleg:
goto retry_deleg;
}
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);
}