On Sat, Jan 06, 2018 at 10:06:54AM -0800, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > This reverts commit d5dabd633922ac5ee5bcc67748f7defb8b211469. > > This patch did absolutely nothing, because ->c_entry_count is unsigned. > > In addition if there is a bug in how mbcache maintains its entry count, > it needs to be fixed, not just hacked around. (There is no obvious bug, > though.) Thanks, applied. - Ted