Deleted Added
full compact
291a292,297
> /*
> * Number of buffers that could not be evicted because the hash lock
> * was held by another thread. The lock may not necessarily be held
> * by something using the same buffer, since hash locks are shared
> * by multiple buffers.
> */
292a299,303
> /*
> * Number of buffers skipped because they have I/O in progress, are
> * indrect prefetch buffers that have not lived long enough, or are
> * not from the spa we're trying to evict from.
> */
3249a3261,3264
> /*
> * At this point, we have a level 1 cache miss. Try again in
> * L2ARC if possible.
> */
3491,3492c3506,3507
< * Release this buffer from the cache. This must be done
< * after a read and prior to modifying the buffer contents.
---
> * Release this buffer from the cache, making it an anonymous buffer. This
> * must be done after a read and prior to modifying the buffer contents.