[PATCH pynfs 02/17] 4.1 server: service RECLAIM_COMPLETE operations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Just return ok!

Signed-off-by: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx>
---
 nfs4.1/nfs4server.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nfs4.1/nfs4server.py b/nfs4.1/nfs4server.py
index 65fb9af..3607dc0 100755
--- a/nfs4.1/nfs4server.py
+++ b/nfs4.1/nfs4server.py
@@ -1809,6 +1809,9 @@ class NFS4Server(rpc.Server):
         with find_state(env, arg.deleg_stateid, allow_0=False) as state:
             state.delegreturn()
         return encode_status(NFS4_OK)
+
+    def op_reclaim_complete(self, arg, env):
+        return encode_status(NFS4_OK)
     
     def op_getdevicelist(self, arg, env): # STUB
         check_session(env)
-- 
1.8.5.2 (Apple Git-48)

--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux