On 10/08/2010 09:54 AM, Gleb Natapov wrote:
> >+ > >+static void kvm_guest_cpu_notify(void *dummy) > >+{ > >+ if (!dummy) > >+ kvm_guest_cpu_init(); > >+ else > >+ kvm_pv_disable_apf(NULL); > >+} > > Why are you making decisions based on a dummy input? > > The whole thing looks strange. Use two functions? > What is so strange? Type of notification is passed as a parameter. The code that does this is just under the function. I can rename dummy to something else. Or make it two functions.
Two separate functions is simplest. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>