]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit832504933757ba7913bf64cd574326e014215b41
tree8ee42f0cd79d605ea13f6d81a1ab38cb3473a6f4
parent61ce7b3ab55e6dd3a9811d0cf4f2dc5a3a5d892a
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 <torvalds@osdl.org>
fs/nfs/client.c