diff mbox

[05/38] Revert "FIXME pnfsd: gfs2 temp turn off DS stateid processing."

Message ID 1368240166-31910-1-git-send-email-bhalevy@tonian.com (mailing list archive)
State New, archived
Headers show

Commit Message

Benny Halevy May 11, 2013, 2:42 a.m. UTC
This reverts commit 9f47c0b97353c433f6c83a1bc665ea76eb12e25f.
---
 fs/nfsd/nfs4state.c | 7 -------
 1 file changed, 7 deletions(-)
diff mbox

Patch

diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index d2256d8..84fa1af 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/nfs4state.c
@@ -3556,15 +3556,8 @@  __be32 nfsd4_lookup_stateid(stateid_t *stateid, unsigned char typemask,
 		if (ZERO_STATEID(stateid) || ONE_STATEID(stateid))
 			status = nfserr_bad_stateid;
 		else
-#ifdef CONFIG_GFS2_FS_LOCKING_DLM
-		{
-			dprintk("%s Don't check DS stateid\n", __func__);
-			return 0;
-		}
-#else /* CONFIG_GFS2_FS_LOCKING_DLM */
 			status = nfs4_preprocess_pnfs_ds_stateid(current_fh,
 								 stateid);
-#endif /* CONFIG_GFS2_FS_LOCKING_DLM */
 		goto out;
 	}
 #endif /* CONFIG_PNFSD */