blob: 116bf38535a040fd32377cf56b980555cce804a8 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * linux/include/linux/lockd/sm_inter.h
3 *
4 * Declarations for the kernel statd client.
5 *
6 * Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de>
7 */
8
9#ifndef LINUX_LOCKD_SM_INTER_H
10#define LINUX_LOCKD_SM_INTER_H
11
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#define SM_MAXSTRLEN 1024
Chuck Lever0490a542008-03-14 14:26:08 -040013#define SM_PRIV_SIZE 16
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
Olaf Kirch460f5ca2006-10-04 02:16:03 -070015extern int nsm_local_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -070016
17#endif /* LINUX_LOCKD_SM_INTER_H */