commit | 817be5a7e25a54dc0f20e7ecb83fe7b51f2db1cc | [log] [tgz] |
---|---|---|
author | Daniel Rosenberg <drosen@google.com> | Tue Feb 20 20:25:45 2018 -0800 |
committer | Amit Pundir <amit.pundir@linaro.org> | Tue Aug 28 17:10:42 2018 +0530 |
tree | f7f0c0a514ad36d5a02c0677461d9d1b878de8eb | |
parent | 8295827beb07cbad0b4f65f536b70d8b5c8f5206 [diff] |
ANDROID: sdcardfs: Hold i_mutex for i_size_write When we call i_size_write, we must be holding i_mutex to avoid possible lockups on 32 bit/SMP architectures. This is not necessary on 64 bit architectures. Change-Id: Ic3b946507c54d81b5c9046f9b57d25d4b0f9feef Signed-off-by: Daniel Rosenberg <drosen@google.com> Bug: 73287721