mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
Linux: The kernel module always runs in the kernel
There's no situation where we'd be including osi_machdep.h and not be building for the kernel, so just remove the case that disables all of the locks if __KERNEL__ isn't defined. Change-Id: I1141c37cf0cd517191dee7ca2404e109d4053c29 Reviewed-on: http://gerrit.openafs.org/1821 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
51c1eb362d
commit
ad30604629
@ -260,7 +260,6 @@ typedef struct uio {
|
||||
#define NEED_IOCTL32
|
||||
#endif
|
||||
|
||||
#if defined(__KERNEL__)
|
||||
#include <linux/version.h>
|
||||
#include <linux/sched.h>
|
||||
#include <linux/wait.h>
|
||||
@ -295,13 +294,6 @@ do { \
|
||||
|
||||
#define osi_InitGlock()
|
||||
|
||||
#else
|
||||
#define AFS_GLOCK()
|
||||
#define AFS_GUNLOCK()
|
||||
#define ISAFS_GLOCK() 1
|
||||
#define AFS_ASSERT_GLOCK()
|
||||
#endif
|
||||
|
||||
#ifdef AFS_AMD64_LINUX20_ENV
|
||||
/* RHEL5 beta's kernel doesn't define these. They aren't gonna change, so... */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user