Whamcloud - gitweb
somehow I keep screwing this up, all over a 3-line change.
authorpschwan <pschwan>
Thu, 7 Nov 2002 00:32:27 +0000 (00:32 +0000)
committerpschwan <pschwan>
Thu, 7 Nov 2002 00:32:27 +0000 (00:32 +0000)
lustre/llite/namei.c

index 703cae5..e1e020a 100644 (file)
@@ -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;