From: Alan Cox Date: Thu, 18 Feb 2010 16:44:01 +0000 (+0000) Subject: USB: tty: Prune uses of tty_request_room in the USB layer X-Git-Tag: v2.6.34-rc1~215^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a108bfcb372d8c4452701039308fb95747911c59;p=pandora-kernel.git USB: tty: Prune uses of tty_request_room in the USB layer We have lots of callers that do not need to do this in the first place. Remove the calls as they both cost CPU and for big buffers can mess up the multi-page allocation avoidance. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed