* conf/mount/mount_linux.c: add a couple more NFSv2 error codes
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 9 Jul 2005 19:41:06 +0000 (19:41 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 9 Jul 2005 19:41:06 +0000 (19:41 +0000)
that are compatible with NFSv3.

ChangeLog
conf/mount/mount_linux.c

index acb4cf0ea86ac31db653a7c5902ec877567b9dc8..44e5f08b3fe021e020a82fbe3862d16d3aacc73e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-08  Erez Zadok  <ezk@cs.sunysb.edu>
+
+       * conf/mount/mount_linux.c: add a couple more NFSv2 error codes
+       that are compatible with NFSv3.
+
 2005-07-07  Erez Zadok  <ezk@cs.sunysb.edu>
 
        * m4/macros/header_templates.m4: extern template for strlcat().
index c4bc14df43c1b61fa59e61cbce99e9bd29032632..61c0c2316590abf9a64f7d098c983f27ca2eba47 100644 (file)
@@ -37,7 +37,7 @@
  * SUCH DAMAGE.
  *
  *
- * $Id: mount_linux.c,v 1.42 2005/04/07 05:50:38 ezk Exp $
+ * $Id: mount_linux.c,v 1.43 2005/07/09 19:41:06 ezk Exp $
  */
 
 /*
@@ -527,10 +527,12 @@ mount_linux(MTYPE_TYPE type, mntent_t *mnt, int flags, caddr_t data)
 #define NE_FBIG                27
 #define NE_NOSPC       28
 #define NE_ROFS                30
+#define NE_OPNOTSUPP   45
 #define NE_NAMETOOLONG 63
 #define NE_NOTEMPTY    66
 #define NE_DQUOT       69
 #define NE_STALE       70
+#define NE_REMOTE      71
 
 #define NFS_LOMAP      0
 #define NFS_HIMAP      122