From: pschwan Date: Thu, 7 Nov 2002 00:32:27 +0000 (+0000) Subject: somehow I keep screwing this up, all over a 3-line change. X-Git-Tag: 0.5.16~9 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=689bf5476aff8704d561cd43361e6dad4f579fa0;p=fs%2Flustre-release.git somehow I keep screwing this up, all over a 3-line change. --- 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;