From: Jack Morgenstein Date: Wed, 18 Jun 2008 22:36:38 +0000 (-0700) Subject: IB/uverbs: Fix check of is_closed flag check in ib_uverbs_async_handler() X-Git-Tag: v2.6.26-rc7~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb77bcef9f7be78e3e11543cb5abbcb1b1fac53e;p=pandora-kernel.git IB/uverbs: Fix check of is_closed flag check in ib_uverbs_async_handler() Commit 1ae5c187 ("IB/uverbs: Don't store struct file * for event files") changed the way that closed files are handled in the uverbs code. However, after the conversion, is_closed flag is checked incorrectly in ib_uverbs_async_handler(). As a result, no async events are ever passed to applications. Found by: Ronni Zimmerman Signed-off-by: Jack Morgenstein Signed-off-by: Roland Dreier --- Reading git-diff-tree failed