swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: 6887a4131da3adaab011613776d865f4bcfb5678 authored by Linus Torvalds on 30 June 2012, 23:08:57 UTC
Linux 3.5-rc5
Tip revision: 6887a41
netns.h
#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
back to top