staging/lustre/ptlrpc: Replace OBD_FREE_PTR with kfree
[deliverable/linux.git] / drivers / staging / lustre / lustre / ptlrpc / ptlrpc_internal.h
index 1d64ca71920cfe454a69a66de4a80ee6299352f5..34c7e28afdafc22e2a4ca2945f9db436efc8fd36 100644 (file)
@@ -298,6 +298,6 @@ static inline void tgt_mod_exit(void)
 static inline void ptlrpc_reqset_put(struct ptlrpc_request_set *set)
 {
        if (atomic_dec_and_test(&set->set_refcount))
-               OBD_FREE_PTR(set);
+               kfree(set);
 }
 #endif /* PTLRPC_INTERNAL_H */
This page took 0.032488 seconds and 5 git commands to generate.