vm_area_operations: kill ->migrate()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 15 May 2014 09:06:42 +0000 (05:06 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 17 Dec 2014 13:26:51 +0000 (08:26 -0500)
the only instance this method has ever grown was one in kernfs -
one that call ->migrate() of another vm_ops if it exists.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found