commit | 8d253f8268be9be67ac8082db003c69676ba2453 | [log] [tgz] |
---|---|---|
author | Daniel Rosenberg <drosen@google.com> | Thu Mar 09 21:14:45 2017 -0800 |
committer | Amit Pundir <amit.pundir@linaro.org> | Tue Aug 28 17:10:42 2018 +0530 |
tree | 52826e667fbddb994b25794a9840805b10ce6d02 | |
parent | 9f6523661cb83b31e6c1c3eb28131ed5c73d0375 [diff] |
ANDROID: sdcardfs: remove unnecessary call to do_munmap Adapted from wrapfs commit 5be6de9ecf02 ("Wrapfs: use vm_munmap in ->mmap") commit 2c9f6014a8bb ("Wrapfs: remove unnecessary call to vm_unmap in ->mmap") Code is unnecessary and causes deadlocks in newer kernels. Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu> Signed-off-by: Daniel Rosenberg <drosen@google.com> Bug: 35766959 Change-Id: Ia252d60c60799d7e28fc5f1f0f5b5ec2430a2379