ANDROID: sdcardfs: remove unnecessary call to do_munmap
authorDaniel Rosenberg <drosen@google.com>
Fri, 10 Mar 2017 05:14:45 +0000 (21:14 -0800)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 10 Apr 2017 07:59:39 +0000 (13:29 +0530)
commit4e2cd7c27606e5666d679b692242132d9abdebb8
treebae01908f61a543d075caab1a80c22423b1f4f44
parentf8dc2db873ec44ab98cf5ecdec3b16d092eea80e
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