]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/ww_mutex.h
Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
[linux.git] / include / linux / ww_mutex.h
index 3af7c0e03be5444d92fd2b80d49bc916c139550d..d7554252404cb3d8f53f33b911149513d187e0e5 100644 (file)
@@ -182,7 +182,7 @@ static inline void ww_acquire_done(struct ww_acquire_ctx *ctx)
 static inline void ww_acquire_fini(struct ww_acquire_ctx *ctx)
 {
 #ifdef CONFIG_DEBUG_MUTEXES
-       mutex_release(&ctx->dep_map, 0, _THIS_IP_);
+       mutex_release(&ctx->dep_map, _THIS_IP_);
 
        DEBUG_LOCKS_WARN_ON(ctx->acquired);
        if (!IS_ENABLED(CONFIG_PROVE_LOCKING))