commit | 5da779c34ccff5e1e617892b6c8bd8260fb1f04c | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Jan 14 06:17:18 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 15 01:43:28 2010 -0800 |
tree | fbcaab087c066b7e4c294a9150e56bc742ebee38 | |
parent | 05c2828c72c4eabf62376adfe27bd24797621f62 [diff] |
mm: export use_mm/unuse_mm to modules vhost net module wants to do copy to/from user from a kernel thread, which needs use_mm. Export it to modules. Acked-by: Andrea Arcangeli <aarcange@redhat.com> Acked-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>