/* * Procfs support for lockd * * Copyright (c) 2014 Jeff Layton */ #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; } static inline void lockd_remove_procfs(void) { return; } #endif /* IS_ENABLED(CONFIG_PROC_FS) */ #endif /* _LOCKD_PROCFS_H */ git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
tignore?id=d46fa3e47aebc10ec800dce1c55a7e149a57b93b&showmsg=1'>Expand)
AgeCommit message (Expand)AuthorFilesLines
AuthorFilesLines