Whamcloud - gitweb
- Maintain a list in the ll_inode_data of data (OST) locks held by this client
[fs/lustre-release.git] / lustre / llite / namei.c
index fdae25f..09a4f5a 100644 (file)
@@ -211,6 +211,7 @@ static struct dentry *ll_lookup2(struct inode * dir, struct dentry *dentry,
                 if (err) {
                         CERROR("failure %d inode %Ld\n", err, (long long)ino);
                         ptlrpc_free_req(request);
+#warning FIXME: must release lock here
                         RETURN(ERR_PTR(-abs(err)));
                 }
         }