Fix extraneous '&' in recent NFS client cleanup
authorLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Oct 2006 00:28:25 +0000 (17:28 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Oct 2006 00:28:25 +0000 (17:28 -0700)
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 <torvalds@osdl.org>

No differences found