~ubuntu-branches/debian/experimental/nfs-utils/experimental

« back to all changes in this revision

Viewing changes to support/include/nfs/debug.h

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-07-08 14:26:40 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060708142640-r171kjj2a13gy2kz
Tags: 1:1.0.9-1
* Updated co-mantainer mail address.
* New upstream release.
  - Added 'mount.nfs' utility which can be used as a mount helper
    to mount nfs filesystems. It does not yet support 'user' mounts.
  - Makefile/autoconf tidyups
  - No compiles with no warnings
  - deleted debian/* at request of debian maintainer
  - deleted assorted other unused files
  - mountd can be run multi-threaded for configurations with many hundreds
    of clients (mountd -t 20).  Default is single-threaded
  - Support for selection NFS version to be exported, and protocol to
    use.  This requires kernel patches that should be in linux 2.6.19.
  - Use 65534 rather than -2 for default anon.  This makes no difference in many
    cases, but is important in some.
  - New utility 'rpcdebug' for controlled kernel 'debug' options for nfs and nfsd.
  - nfsstat reports NFSv4 operation statistics that should be available in
    linux 2.6.18.
  - assorted other fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#define RPCDBG_AUTH             0x0010
12
12
#define RPCDBG_PMAP             0x0020
13
13
#define RPCDBG_SCHED            0x0040
 
14
#define RPCDBG_TRANS            0x0080
14
15
#define RPCDBG_SVCSOCK          0x0100
15
16
#define RPCDBG_SVCDSP           0x0200
16
17
#define RPCDBG_MISC             0x0400
 
18
#define RPCDBG_CACHE            0x0800
17
19
#define RPCDBG_ALL              0x7fff
18
20
 
19
21
/*
59
61
#define NLMDBG_CLNTSUBS         0x0020
60
62
#define NLMDBG_SVCSUBS          0x0040
61
63
#define NLMDBG_HOSTCACHE        0x0080
 
64
#define NLMDBG_XDR              0x0100
62
65
#define NLMDBG_ALL              0x7fff
63
66
 
64
67
 
70
73
#define NFSDBG_XDR              0x0020
71
74
#define NFSDBG_FILE             0x0040
72
75
#define NFSDBG_ROOT             0x0080
 
76
#define NFSDBG_CALLBACK         0x0100
73
77
#define NFSDBG_ALL              0xFFFF
74
78
 
75
79
#endif /* _NFS_DEBUG_H */