commit | 76a9d74b15f182dd028673c51ad4393e1fe61aed | [log] [tgz] |
---|---|---|
author | yusukes <[email protected]> | Mon Mar 05 10:20:22 2018 -0800 |
committer | yusukes <[email protected]> | Wed Mar 07 11:10:43 2018 -0800 |
tree | 2d5057190cef9aa88107b1f1547f3f3e893e9fc5 | |
parent | 785b1c3b309dd50b93ae03a9da125e031a9041d9 [diff] |
Return -errno from setup_mount_destination() if chown() fails Currently -1 is always returned on failure, and the caller treats it as EPERM, which is not always relevant. Bug: None Test: system_unittest passes Change-Id: I33b4e4b376e35bdacb94eff950109bce4e916328