cregit-Linux how code gets into the kernel

Release 4.18 include/linux/memfd.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LINUX_MEMFD_H

#define __LINUX_MEMFD_H

#include <linux/file.h>

#ifdef CONFIG_MEMFD_CREATE
extern long memfd_fcntl(struct file *file, unsigned int cmd, unsigned long arg);
#else

static inline long memfd_fcntl(struct file *f, unsigned int c, unsigned long a) { return -EINVAL; }

Contributors

PersonTokensPropCommitsCommitProp
Mike Kravetz24100.00%1100.00%
Total24100.00%1100.00%

#endif #endif /* __LINUX_MEMFD_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Mike Kravetz62100.00%1100.00%
Total62100.00%1100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.