From 689bf5476aff8704d561cd43361e6dad4f579fa0 Mon Sep 17 00:00:00 2001 From: pschwan Date: Thu, 7 Nov 2002 00:32:27 +0000 Subject: [PATCH] somehow I keep screwing this up, all over a 3-line change. --- lustre/llite/namei.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lustre/llite/namei.c b/lustre/llite/namei.c index 703cae5..e1e020a 100644 --- a/lustre/llite/namei.c +++ b/lustre/llite/namei.c @@ -358,9 +358,7 @@ int ll_intent_lock(struct inode *parent, struct dentry **de, it->it_status); } - if (rc < 0 || - it->it_op == IT_LOOKUP - ) + if (rc < 0 || it->it_op == IT_LOOKUP) ll_intent_release(dentry, it); return rc; -- 1.8.3.1