Fix "clone grant using fmap"
This fixes the earlier clone_grant_using_fmap MR by moving the grant obtained by fmap to the list of child process grants to move (from USER_TMP_GRANTS to USER_GRANTS). The scheme will be responsible for e.g. ensuring MAP_SHARED mappings are shared again, and that MAP_EXCLUSIVE mappings are not.
Edited by Jeremy Soller