Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127455
b: refs/heads/master
c: 9c1bfd0
h: refs/heads/master
i:
  127453: 14fe45f
  127451: 736330f
  127447: 88b4455
  127439: 2bd4ae5
  127423: 2c11b2a
v: v3
  • Loading branch information
Chuck Lever authored and J. Bruce Fields committed Jan 6, 2009
1 parent 9d9413e commit 793b22e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 21 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c7aef4569f8680951b7dee01dddffb9d2f809ff
refs/heads/master: 9c1bfd037f7ff8badaecb47418f109148d88bf45
14 changes: 14 additions & 0 deletions trunk/fs/lockd/mon.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@

#define NLMDBG_FACILITY NLMDBG_MONITOR

struct nsm_args {
__be32 addr; /* remote address */
u32 prog; /* RPC callback info */
u32 vers;
u32 proc;

char *mon_name;
};

struct nsm_res {
u32 status;
u32 state;
};

static struct rpc_clnt * nsm_create(void);

static struct rpc_program nsm_program;
Expand Down
20 changes: 0 additions & 20 deletions trunk/include/linux/lockd/sm_inter.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,6 @@
#define SM_MAXSTRLEN 1024
#define SM_PRIV_SIZE 16

/*
* Arguments for all calls to statd
*/
struct nsm_args {
__be32 addr; /* remote address */
u32 prog; /* RPC callback info */
u32 vers;
u32 proc;

char * mon_name;
};

/*
* Result returned by statd
*/
struct nsm_res {
u32 status;
u32 state;
};

extern int nsm_local_state;

#endif /* LINUX_LOCKD_SM_INTER_H */

0 comments on commit 793b22e

Please sign in to comment.