Net engine: need to set ->nr_open_files
authorJens Axboe <jens.axboe@oracle.com>
Fri, 2 Mar 2007 07:00:23 +0000 (08:00 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 2 Mar 2007 07:00:23 +0000 (08:00 +0100)
commit4f45320a29179d802073b392fd7e10bf0975d6bc
tree99e9b840062eec6f5d78346ea33fc102e558c566
parent0be06ea2c87ecf1751a01ed528a2d3170bdca543
Net engine: need to set ->nr_open_files

It is marked as SELFOPEN, so it opens it's own files. So it also
needs to increment the open file count as well.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/net.c