summaryrefslogtreecommitdiff
path: root/sysctl.h
blob: 332380b102dd7dc976097e76bf059b332f8febb2 (plain)
1
2
3
4
5
6
7
8
9
#ifndef SYSCTL_H
#define SYSCTL_H

#define SYSCTL_PROC_PATH "/proc/sys/"

int sysctl_set_int(const char *file, int value);
int sysctl_get_int(const char *file, int *value);

#endif
ion value='35'>35space:mode:
Diffstat (limited to 'sound/firewire/Kconfig')
(patch)
treebfc74562fb8162e028d1ddf141ba908d620e53d4
parent294628c1fe660b5c4ba4127df05ff2aa8c09a08a (diff)
parent35e22e49a5d6a741ebe7f2dd280b2052c3003ef7 (diff)
Merge branch 'tipc-topology-fixes'
Parthasarathy Bhuvaragan says: ==================== tipc: topology server fixes for nametable soft lockup In this series, we revert the commit 333f796235a527 ("tipc: fix a race condition leading to subscriber refcnt bug") and provide an alternate solution to fix the race conditions in commits 2-4. We have to do this as the above commit introduced a nametbl soft lockup at module exit as described by patch#4. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat