cregit-Linux how code gets into the kernel

Release 4.15 net/9p/trans_common.c

Directory: net/9p
/*
 * Copyright IBM Corporation, 2010
 * Author Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of version 2.1 of the GNU Lesser General Public License
 * as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it would be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 */

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

/**
 *  p9_release_req_pages - Release pages after the transaction.
 */

void p9_release_pages(struct page **pages, int nr_pages) { int i; for (i = 0; i < nr_pages; i++) if (pages[i]) put_page(pages[i]); }

Contributors

PersonTokensPropCommitsCommitProp
Venkateswararao Jujjuri (JV)2248.89%133.33%
Sasha Levin1431.11%133.33%
Aneesh Kumar K.V920.00%133.33%
Total45100.00%3100.00%

EXPORT_SYMBOL(p9_release_pages);

Overall Contributors

PersonTokensPropCommitsCommitProp
Venkateswararao Jujjuri (JV)3255.17%125.00%
Sasha Levin1424.14%125.00%
Aneesh Kumar K.V1118.97%125.00%
Al Viro11.72%125.00%
Total58100.00%4100.00%
Directory: net/9p
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.