cregit-Linux how code gets into the kernel

Release 4.7 include/linux/sunrpc/types.h

/*
 * 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/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
pre-gitpre-git2485.71%250.00%
neil brownneil brown310.71%125.00%
ingo molnaringo molnar13.57%125.00%
Total28100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}