Committing patch from Alex Roman, with a few small changes. This updates the NFS file system to the latest file system interface. Untested.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25093 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood 2008-04-22 04:41:30 +00:00
parent 157c0ced17
commit 0039ad59fa
2 changed files with 292 additions and 315 deletions

File diff suppressed because it is too large Load Diff

View File

@ -109,6 +109,10 @@ enum {
C_ERROR_STALE = B_ERRORS_END + 1
};
extern fs_volume_ops sNFSVolumeOps;
extern fs_vnode_ops sNFSVnodeOps;
#define USE_SYSTEM_AUTHENTICATION 1
#endif /* _NFS_ADD_ON_H */