> static void destroy_revoked_delegation(struct nfs4_delegation *dp) > { > - list_del_init(&dp->dl_recall_lru); > + WARN_ON(!list_empty(&dp->dl_recall_lru)); > nfs4_put_delegation(dp); > } Is there any point in keeping destroy_revoked_delegation and not just calling nfs4_put_delegation directly? -- 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