]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mm: remove old aio use_mm() comment
authorZach Brown <zab@redhat.com>
Wed, 20 Mar 2013 04:08:52 +0000 (15:08 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:34:37 +0000 (16:34 +1100)
use_mm() is used in more places than just aio.  There's no need to mention
callers when describing the function.

Signed-off-by: Zach Brown <zab@redhat.com>
Signed-off-by: Kent Overstreet <koverstreet@google.com>
Cc: Felipe Balbi <balbi@ti.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Asai Thambi S P <asamymuthupa@micron.com>
Cc: Selvan Mani <smani@micron.com>
Cc: Sam Bradshaw <sbradshaw@micron.com>
Cc: Jeff Moyer <jmoyer@redhat.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Benjamin LaHaise <bcrl@kvack.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/mmu_context.c

index 3dcfaf4ed355a3deb6dee71dab84bdaa98a7e9d4..8a8cd0265e523b54909e456881a00d497fa456d3 100644 (file)
@@ -14,9 +14,6 @@
  * use_mm
  *     Makes the calling kernel thread take on the specified
  *     mm context.
- *     Called by the retry thread execute retries within the
- *     iocb issuer's mm context, so that copy_from/to_user
- *     operations work seamlessly for aio.
  *     (Note: this routine is intended to be called only
  *     from a kernel thread context)
  */