summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/fs/lockd/netns.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/fs/lockd/netns.h')
-rw-r--r--ANDROID_3.4.5/fs/lockd/netns.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/fs/lockd/netns.h b/ANDROID_3.4.5/fs/lockd/netns.h
deleted file mode 100644
index ce227e0f..00000000
--- a/ANDROID_3.4.5/fs/lockd/netns.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __LOCKD_NETNS_H__
-#define __LOCKD_NETNS_H__
-
-#include <net/netns/generic.h>
-
-struct lockd_net {
- unsigned int nlmsvc_users;
-};
-
-extern int lockd_net_id;
-
-#endif