The patch titled mbcache: add lock annotation for __mb_cache_entry_release_unlock() has been added to the -mm tree. Its filename is mbcache-add-lock-annotation-for-__mb_cache_entry_release_unlock.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: mbcache: add lock annotation for __mb_cache_entry_release_unlock() From: Josh Triplett <josht@xxxxxxxxxx> __mb_cache_entry_release_unlock releases mb_cache_spinlock, so annotate it accordingly. Signed-off-by: Josh Triplett <josh@xxxxxxxxxxxxxxx> Cc: Andreas Gruenbacher <agruen@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/mbcache.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/mbcache.c~mbcache-add-lock-annotation-for-__mb_cache_entry_release_unlock fs/mbcache.c --- a/fs/mbcache.c~mbcache-add-lock-annotation-for-__mb_cache_entry_release_unlock +++ a/fs/mbcache.c @@ -160,6 +160,7 @@ __mb_cache_entry_forget(struct mb_cache_ 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) _ Patches currently in -mm which might be from josht@xxxxxxxxxx are release-dentry_lock-in-an-error-path-of-nfs_path.patch remove-incorrect-unlock_kernel-from-allocation.patch remove-incorrect-unlock_kernel-from-failure-path-in.patch add-entry-for-efs-filesystem-to-maintainers-as-orphan.patch ufs-remove-incorrect-unlock_kernel-from-failure-path-in-ufs_symlink.patch efi-add-lock-annotations-for-efi_call_phys_prelog-and-efi_call_phys_epilog.patch mbcache-add-lock-annotation-for-__mb_cache_entry_release_unlock.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html