Re: [PATCH 5/5] mbcache: document that "find" functions only return reusable entries
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-12-03 20:56:25
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-12-03 20:56:25
On Sat, Nov 26, 2016 at 10:18:01PM -0800, Eric Biggers wrote:
mb_cache_entry_find_first() and mb_cache_entry_find_next() only return cache entries with the 'e_reusable' bit set. This should be documented. Signed-off-by: Eric Biggers <redacted>
Thanks, applied. - Ted