cregit-Linux how code gets into the kernel

Release 4.10 fs/lockd/procfs.h

Directory: fs/lockd
/*
 * Procfs support for lockd
 *
 * Copyright (c) 2014 Jeff Layton <jlayton@primarydata.com>
 */
#ifndef _LOCKD_PROCFS_H

#define _LOCKD_PROCFS_H

#if IS_ENABLED(CONFIG_PROC_FS)
int lockd_create_procfs(void);
void lockd_remove_procfs(void);
#else

static inline int lockd_create_procfs(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
jeff laytonjeff layton12100.00%1100.00%
Total12100.00%1100.00%


static inline void lockd_remove_procfs(void) { return; }

Contributors

PersonTokensPropCommitsCommitProp
jeff laytonjeff layton10100.00%1100.00%
Total10100.00%1100.00%

#endif /* IS_ENABLED(CONFIG_PROC_FS) */ #endif /* _LOCKD_PROCFS_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
jeff laytonjeff layton55100.00%1100.00%
Total55100.00%1100.00%
Directory: fs/lockd
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.