From: Roland Dreier Date: Thu, 25 Feb 2010 00:51:20 +0000 (-0800) Subject: IB/uverbs: Use anon_inodes instead of private infinibandeventfs X-Git-Tag: v2.6.34-rc1~225^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a265e5587f078618c1f17c3a83da65046f18746f;p=pandora-kernel.git IB/uverbs: Use anon_inodes instead of private infinibandeventfs The anon_inodes interface has been split to allow creating a bare (non-installed) file pointer and also extended to allow specifying O_RDONLY in the flags. This makes it a suitable replacement for the private "infinibandeventfs" pseudo-filesystem used by uverbs, and this replacement saves a small chunk of boilerplate code. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed