diff mbox

[14/38] FIXME: temporarily disable create_layout_recall_list in 3.8

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

Commit Message

Benny Halevy May 11, 2013, 2:43 a.m. UTC
Need struct net * for calling filter_confirmed_clients.
Will be replaced by new layout recall API based on the layout stateid
rather than clientid for identifying a specific client
to recall from.

Signed-off-by: Benny Halevy <bhalevy@tonian.com>
---
 fs/nfsd/nfs4pnfsd.c | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/fs/nfsd/nfs4pnfsd.c b/fs/nfsd/nfs4pnfsd.c
index 2be124a..0fa0e8b 100644
--- a/fs/nfsd/nfs4pnfsd.c
+++ b/fs/nfsd/nfs4pnfsd.c
@@ -1310,6 +1310,7 @@  struct create_recall_list_arg {
 	};
 	int status = 0;
 
+#if 0
 	dprintk("%s: -->\n", __func__);
 
 	/* If client given by fs, just do single client */
@@ -1331,6 +1332,7 @@  struct create_recall_list_arg {
 out:
 	*todo_len = arg.todo_count;
 	dprintk("%s: <-- list len %u status %d\n", __func__, *todo_len, status);
+#endif
 	return status;
 }