From f9e83489cbb3670df810d4f9fe308cde88faa0a9 Mon Sep 17 00:00:00 2001 From: Ram Gupta Date: Thu, 25 Oct 2007 10:03:28 -0500 Subject: [PATCH] fs: Fix to correct the mbcache entries counter 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 Signed-off-by: Linus Torvalds --- Reading git-format-patch failed