[PATCH] AT91RM9200 Ethernet: Add netpoll / netconsole support
[sfrench/cifs-2.6.git] / fs / mbcache.c
index 73e754fea2d8639ebc99331fe68f5e24cde00f19..0ff71256e65b4fb0d3a9fc4352c0a8c9b4b5e365 100644 (file)
@@ -160,6 +160,7 @@ __mb_cache_entry_forget(struct mb_cache_entry *ce, gfp_t gfp_mask)
 
 static void
 __mb_cache_entry_release_unlock(struct mb_cache_entry *ce)
+       __releases(mb_cache_spinlock)
 {
        /* Wake up all processes queuing for this cache entry. */
        if (ce->e_queued)
@@ -311,7 +312,7 @@ fail:
 /*
  * mb_cache_shrink()
  *
- * Removes all cache entires of a device from the cache. All cache entries
+ * Removes all cache entries of a device from the cache. All cache entries
  * currently in use cannot be freed, and thus remain in the cache. All others
  * are freed.
  *