From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Josef 'Jeff' Sipek" Subject: [PATCH 07/21] Unionfs: Actually verify if dentry's info node is locked Date: Mon, 9 Apr 2007 10:53:58 -0400 Message-ID: <11761304543311-git-send-email-jsipek@cs.sunysb.edu> References: <11761304521844-git-send-email-jsipek@cs.sunysb.edu> Cc: akpm@linux-foundation.org, Erez Zadok , "Josef 'Jeff' Sipek" To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Return-path: Received: from filer.fsl.cs.sunysb.edu ([130.245.126.2]:44000 "EHLO filer.fsl.cs.sunysb.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933688AbXDIOyf (ORCPT ); Mon, 9 Apr 2007 10:54:35 -0400 In-Reply-To: <11761304521844-git-send-email-jsipek@cs.sunysb.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org From: Erez Zadok Signed-off-by: Erez Zadok Signed-off-by: Josef 'Jeff' Sipek --- fs/unionfs/fanout.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/unionfs/fanout.h b/fs/unionfs/fanout.h index 3d1dd4c..e8c0fee 100644 --- a/fs/unionfs/fanout.h +++ b/fs/unionfs/fanout.h @@ -205,6 +205,7 @@ static inline void unionfs_unlock_dentry(struct dentry *d) static inline void verify_locked(struct dentry *d) { + BUG_ON(!mutex_is_locked(&UNIONFS_D(d)->lock)); } #endif /* _FANOUT_H */ -- 1.5.0.3.268.g3dda