commit | a7dab9e887ce37391f004ffd6ce0ffed7272fd69 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Wed Apr 16 21:01:08 2008 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Apr 16 21:01:08 2008 -0700 |
tree | 641653c9d0943722fe9c099adee3089ad293e0dd | |
parent | 1ae5c187acb67c2929428479c23a79c4288f0c68 [diff] |
IB/uverbs: Use alloc_file() instead of get_empty_filp() Christoph Hellwig wants to unexport get_empty_filp(), which is an ugly internal interface. Change the modular user in ib_uverbs_alloc_event_file() to use the better alloc_file() interface; this makes the code cleaner too. Signed-off-by: Roland Dreier <rolandd@cisco.com>