Hi! Is there good reason why dazuko on Linux 2.6 allocates memory using GFP_ATOMIC instead of GFP_KERNEL?
As I understand, GFP_ATOMIC should only be used by interrupt handlers and other code that absolutely cannot sleep. Isn't all of dazuko functionality happening in process context so there is no reason why it could not sleep while kernel does some swapping? -- Sami Tikka F-Secure Corporation BE SURE. _______________________________________________ Dazuko-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-devel
