Al Viro b2edffdd91 fix mremap() vs. ioctx_kill() race
teach ->mremap() method to return an error and have it fail for
aio mappings in process of being killed

Note that in case of ->mremap() failure we need to undo move_page_tables()
we'd already done; we could call ->mremap() first, but then the failure of
move_page_tables() would require undoing whatever _successful_ ->mremap()
has done, which would be a lot more headache in general.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2015-04-06 17:50:59 -04:00
..
2015-02-16 17:56:03 -08:00
2015-02-14 10:54:28 -08:00
2015-02-16 17:56:03 -08:00
2015-02-17 22:22:17 -05:00
2015-02-11 17:06:02 -08:00
2015-04-06 17:50:59 -04:00
2015-03-12 18:46:08 -07:00
2015-01-29 00:13:11 -05:00
2015-02-13 21:21:35 -08:00
2015-02-12 18:54:12 -08:00