commit | c721f0fcdc0dd9640735b251fa9f731caa690559 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@google.com> | Mon Jun 25 23:00:24 2018 -0700 |
committer | Alexander Martinz <amartinz@shiftphones.com> | Fri Oct 14 13:28:02 2022 +0200 |
tree | 38e2061662c8a092e41fc7d802b138a93c3a1b0c | |
parent | cdfd3e7cea24302c8c83c796590bf4b8435c8e86 [diff] |
sdcardfs: fix wrong ENOENT when creating a file There is subtle race condtion where lower_dentry is null. If we retry lookup again, we should get the correct dentry. Bug: 110585947 Bug: 110464178 Bug: 80587794 Bug: 37231161 Bug: 110199687 Change-Id: I39b95de4649b034287776f5c8a5d197b6ebd9ada Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>