cregit-Linux how code gets into the kernel

Release 4.17 include/linux/sunrpc/types.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * linux/include/linux/sunrpc/types.h
 *
 * Generic types and misc stuff for RPC.
 *
 * Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de>
 */

#ifndef _LINUX_SUNRPC_TYPES_H_

#define _LINUX_SUNRPC_TYPES_H_

#include <linux/timer.h>
#include <linux/sched/signal.h>
#include <linux/workqueue.h>
#include <linux/sunrpc/debug.h>
#include <linux/list.h>

/*
 * Shorthands
 */

#define signalled()		(signal_pending(current))

#endif /* _LINUX_SUNRPC_TYPES_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)2475.00%233.33%
Ingo Molnar412.50%233.33%
Neil Brown39.38%116.67%
Greg Kroah-Hartman13.12%116.67%
Total32100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.