Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177191
b: refs/heads/master
c: 72579ac
h: refs/heads/master
i:
  177189: 707c0be
  177187: 9d484ef
  177183: ff6269f
v: v3
  • Loading branch information
Boaz Harrosh authored and J. Bruce Fields committed Dec 14, 2009
1 parent 099971b commit 25ca92c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 23 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: d703158229329af7152d159753f849aa7bd55ee6
refs/heads/master: 72579ac9cd68081108277c31781b127d0f420d61
3 changes: 1 addition & 2 deletions trunk/include/linux/nfsd/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
#ifndef NFSCACHE_H
#define NFSCACHE_H

#include <linux/in.h>
#include <linux/uio.h>
#include <linux/sunrpc/svc.h>

/*
* Representation of a reply cache entry.
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/nfsd/export.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# include <linux/types.h>
#ifdef __KERNEL__
# include <linux/in.h>
# include <linux/nfsd/nfsfh.h>
#endif

/*
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/linux/nfsd/nfsd.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@
#define LINUX_NFSD_NFSD_H

#include <linux/types.h>
#include <linux/unistd.h>
#include <linux/fs.h>
#include <linux/posix_acl.h>
#include <linux/mount.h>

#include <linux/nfsd/debug.h>
#include <linux/nfsd/nfsfh.h>
#include <linux/nfsd/export.h>
#include <linux/nfsd/stats.h>
/*
Expand Down
3 changes: 1 addition & 2 deletions trunk/include/linux/nfsd/nfsfh.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

# include <linux/types.h>
#ifdef __KERNEL__
# include <linux/string.h>
# include <linux/fs.h>
# include <linux/sunrpc/svc.h>
#endif
#include <linux/nfsd/const.h>

Expand Down
4 changes: 1 addition & 3 deletions trunk/include/linux/nfsd/state.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
#ifndef _NFSD4_STATE_H
#define _NFSD4_STATE_H

#include <linux/list.h>
#include <linux/kref.h>
#include <linux/sunrpc/clnt.h>
#include <linux/nfsd/nfsfh.h>

typedef struct {
u32 cl_boot;
Expand Down
8 changes: 1 addition & 7 deletions trunk/include/linux/nfsd/syscall.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,8 @@
#ifndef NFSD_SYSCALL_H
#define NFSD_SYSCALL_H

# include <linux/types.h>
#ifdef __KERNEL__
# include <linux/in.h>
#endif
#include <linux/posix_types.h>
#include <linux/nfsd/const.h>
#include <linux/types.h>
#include <linux/nfsd/export.h>
#include <linux/nfsd/nfsfh.h>

/*
* Version of the syscall interface
Expand Down
3 changes: 1 addition & 2 deletions trunk/include/linux/nfsd/xdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
#ifndef LINUX_NFSD_H
#define LINUX_NFSD_H

#include <linux/fs.h>
#include <linux/vfs.h>
#include <linux/nfs.h>
#include <linux/nfsd/nfsd.h>

struct nfsd_fhandle {
struct svc_fh fh;
Expand Down
3 changes: 2 additions & 1 deletion trunk/include/linux/nfsd/xdr4.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
#ifndef _LINUX_NFSD_XDR4_H
#define _LINUX_NFSD_XDR4_H

#include <linux/nfs4.h>
#include <linux/nfsd/state.h>
#include <linux/nfsd/nfsd.h>

#define NFSD4_MAX_TAGLEN 128
#define XDR_LEN(n) (((n) + 3) & ~3)
Expand Down

0 comments on commit 25ca92c

Please sign in to comment.