linux/net/9p/trans_common.c

// SPDX-License-Identifier: LGPL-2.1
/*
 * Copyright IBM Corporation, 2010
 * Author Venkateswararao Jujjuri <[email protected]>
 */

#include <linux/mm.h>
#include <linux/module.h>
#include "trans_common.h"

/**
 * p9_release_pages - Release pages after the transaction.
 * @pages: array of pages to be put
 * @nr_pages: size of array
 */
void p9_release_pages(struct page **pages, int nr_pages)
{}
EXPORT_SYMBOL();