From 6bb4e597555398d50c69cb2bf25085c2e5fd1906 Mon Sep 17 00:00:00 2001
From: bobijam <bobijam>
Date: Thu, 4 Sep 2008 07:10:18 +0000
Subject: [PATCH] Branch HEAD b=16561

roll back, (cannot finish sanitN.sh)
---
 lustre/ChangeLog    | 6 ------
 lustre/llite/file.c | 6 ++----
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/lustre/ChangeLog b/lustre/ChangeLog
index 3fda82b074..78b092c066 100644
--- a/lustre/ChangeLog
+++ b/lustre/ChangeLog
@@ -22,12 +22,6 @@ Description: service mount cannot take device name with ":"
 Details    : Only when device name contains ":/" will mount treat it as
              client mount.
 
-Severity   : major
-Bugzilla   : 16561
-Description: Hitting mdc_commit_close() ASSERTION
-Details    : Properly handle request reference release in
-             ll_release_openhandle().
-
 Severity   : normal
 Bugzilla   : 15927
 Frequency  : rare
diff --git a/lustre/llite/file.c b/lustre/llite/file.c
index 2d8eaa9a52..ce1169ff93 100644
--- a/lustre/llite/file.c
+++ b/lustre/llite/file.c
@@ -2495,10 +2495,8 @@ int ll_release_openhandle(struct dentry *dentry, struct lookup_intent *it)
                                        inode, och);
  out:
         /* this one is in place of ll_file_open */
-        if (it_disposition(it, DISP_ENQ_OPEN_REF)) {
-                ptlrpc_req_finished(it->d.lustre.it_data);
-                it_clear_disposition(it, DISP_ENQ_OPEN_REF);
-        }
+        ptlrpc_req_finished(it->d.lustre.it_data);
+        it_clear_disposition(it, DISP_ENQ_OPEN_REF);
         RETURN(rc);
 }
 
-- 
GitLab