Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a476a7e4 authored by Guenter Roeck's avatar Guenter Roeck Committed by Amit Pundir
Browse files

mm: Export do_munmap



The 0-day build bot reports the following build error, seen if SDCARD_FS
is built as module.

ERROR: "do_munmap" undefined!

Fixes: 84a1b7d3d312 ("Included sdcardfs source code for kernel 3.0")
Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarGuenter Roeck <groeck@chromium.org>
parent a2826337
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2672,6 +2672,7 @@ int do_munmap(struct mm_struct *mm, unsigned long start, size_t len)

	return 0;
}
EXPORT_SYMBOL(do_munmap);

int vm_munmap(unsigned long start, size_t len)
{