diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-02-26 06:49:43 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-02-26 06:49:43 -0800 |
| commit | c329950f090eeefc428b2a8cba55832f7c249236 (patch) | |
| tree | 40d21707f6067ba65cb3de26a80aba2ef92ee094 /include/linux/nfs4.h | |
| parent | b0ac617ec5ca602fe558eac90756f1a2f2001453 (diff) | |
[PATCH] kNFSd: add OP_ILLEGAL, and fix processing of compounds with out of bounds op numbers.
From: NeilBrown <neilb@cse.unsw.edu.au>
add OP_ILLEGAL, and fix processing of compounds with out of bounds op
numbers.
Diffstat (limited to 'include/linux/nfs4.h')
| -rw-r--r-- | include/linux/nfs4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h index 069d10a31547..72c2a08c09ed 100644 --- a/include/linux/nfs4.h +++ b/include/linux/nfs4.h @@ -87,6 +87,7 @@ enum nfs_opnum4 { OP_VERIFY = 37, OP_WRITE = 38, OP_RELEASE_LOCKOWNER = 39, + OP_ILLEGAL = 10044, }; enum nfsstat4 { |
