fs: Fix to correct the mbcache entries counter
authorRam Gupta <ram.gupta5@gmail.com>
Thu, 25 Oct 2007 15:03:28 +0000 (10:03 -0500)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 25 Oct 2007 22:18:29 +0000 (15:18 -0700)
This patch fixes the c_entry_count counter of the mbcache. Currently
it increments the counter first & allocate the cache entry later. In
case of failure to allocate the entry due to insufficient memory this
counter is still left incremented. This patch fixes this anomaly.

Signed-off-by: Ram Gupta <ram.gupta5@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found