On 09/22/2009 02:37 AM, Marcelo Tosatti wrote:
Using a similar two-step procedure as for memslots.



-       gfn = unalias_gfn(kvm, gfn);
+       gfn = unalias_gfn(kvm, gfn, false);

To improve readability suggest two names, maybe unalias_gfn() and unalias_gfn_instantiation(). boolean parameters are hard to read at the call site.

Also we've discussed in the past converting aliases to private slots (and also echo aliases >> feature-removal-schedule.txt); maybe that is an easier way of verifying everything still works.


--
Do not meddle in the internals of kernels, for they are subtle and quick to 
panic.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to