From: Linus Torvalds Date: Mon, 9 Oct 2006 00:28:25 +0000 (-0700) Subject: Fix extraneous '&' in recent NFS client cleanup X-Git-Tag: v2.6.19-rc2~243 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=832504933757ba7913bf64cd574326e014215b41;p=pandora-kernel.git Fix extraneous '&' in recent NFS client cleanup We should pass "wait_event_interruptible()" the wait-queue itself, not the pointer to it. The magic macro will pointerize it internally. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed