From: Andy Grover Date: Fri, 19 Mar 2010 00:19:52 +0000 (-0700) Subject: RDS: Refill recv ring directly from tasklet X-Git-Tag: v2.6.37-rc1~147^2~499^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f17a1a55fb672d7f64be7f2e940ef5669e5efa0a;p=pandora-kernel.git RDS: Refill recv ring directly from tasklet Performance is better if we use allocations that don't block to refill the receive ring. Since the whole reason we were kicking out to the worker thread was so we could do blocking allocs, we no longer need to do this. Remove gfp params from rds_ib_recv_refill(); we always use GFP_NOWAIT. Signed-off-by: Andy Grover --- Reading git-diff-tree failed