ANDROID: sdcardfs: remove unnecessary call to do_munmap
authorDaniel Rosenberg <drosen@google.com>
Fri, 10 Mar 2017 05:14:45 +0000 (21:14 -0800)
committerStricted <info@stricted.net>
Thu, 11 Oct 2018 16:03:35 +0000 (18:03 +0200)
commit96bf83ba65e4b26a2b1981c916be6177cf076854
tree17df54945b131afa98be49557a2a74fa3c5180b3
parent37e944a404f28b1d0abc30230a1dd1a94459e513
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
fs/sdcardfs/file.c