aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-11 18:55:58 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-11 18:55:58 +0000
commit48de4a98fc59737101140c10d4f7b5a6bc99c7d4 (patch)
tree774c1cf28976ce2f44709d899f17de658faf366d /nuttx/include
parent1449f429ddd5522ccde871709a4ecc37fe0db049 (diff)
downloadpx4-firmware-48de4a98fc59737101140c10d4f7b5a6bc99c7d4.tar.gz
px4-firmware-48de4a98fc59737101140c10d4f7b5a6bc99c7d4.tar.bz2
px4-firmware-48de4a98fc59737101140c10d4f7b5a6bc99c7d4.zip
NFS update
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4828 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/fs/dirent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/fs/dirent.h b/nuttx/include/nuttx/fs/dirent.h
index d5ea5b826..8aad4242b 100644
--- a/nuttx/include/nuttx/fs/dirent.h
+++ b/nuttx/include/nuttx/fs/dirent.h
@@ -53,7 +53,7 @@
****************************************************************************/
#ifdef CONFIG_NFS
-# define DIRENT_NFS_MAXHANDLE 32 /* Maximum length of a file handle */
+# define DIRENT_NFS_MAXHANDLE 64 /* Maximum length of an NFSv3 file handle */
# define DIRENT_NFS_VERFLEN 8 /* Length of the copy verifier */
#endif