Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information