From: Denis Cheng Date: Wed, 17 Oct 2007 06:26:14 +0000 (-0700) Subject: nbd: change a parameter's type to remove a memcpy call X-Git-Tag: v2.6.24-rc1~763 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cbc591bf884a5662b2fbb21b5c09fa1c1c7b579;p=pandora-kernel.git nbd: change a parameter's type to remove a memcpy call This memcpy looks so strange, in fact it's merely a pointer dereference, so I change the parameter's type to refer it more directly, this could make the memcpy not needed anymore. In the function nbd_read_stat where nbd_find_request is only once called, the parameter served should be transformed accordingly. Signed-off-by: Denis Cheng Cc: Paul Clements Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed