commit | 281befa5592b0c5f9a3856b5666c62ac66d3d9ee | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Wed Mar 03 11:47:43 2010 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Wed Mar 03 11:47:43 2010 -0700 |
tree | a0e7ca560fd1f2c43d3352786b0a5317af97ccf7 | |
parent | b372ec2d900a5b50e47ef9e9624536ad146236be [diff] |
ioat2: kill pending flag The pending == 2 case no longer exists in the driver so, we can use ioat2_ring_pending() outside the lock to determine if there might be any descriptors in the ring that the hardware has not seen. Signed-off-by: Dan Williams <dan.j.williams@intel.com>