forked from Imagelibrary/rtems
2011-07-13 Till Straumann <strauman@slac.stanford.edu>
PR 1775/filesystem * libfs/src/nfsclient/src/nfs.c: NFSAddress NFS issue where read/write problems when requested bytes greater than nfsStBlksize. Failure to create files and symlinks.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2011-07-13 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
|
PR 1775/filesystem
|
||||||
|
* libfs/src/nfsclient/src/nfs.c: NFSAddress NFS issue where read/write
|
||||||
|
problems when requested bytes greater than nfsStBlksize. Failure to
|
||||||
|
create files and symlinks.
|
||||||
|
|
||||||
2011-07-04 Chris Johns <chrisj@rtems.org>
|
2011-07-04 Chris Johns <chrisj@rtems.org>
|
||||||
|
|
||||||
PR 1827/filesystem
|
PR 1827/filesystem
|
||||||
|
|||||||
@@ -1574,7 +1574,7 @@ unsigned long niu,siu;
|
|||||||
*/
|
*/
|
||||||
assert( node->args.name );
|
assert( node->args.name );
|
||||||
|
|
||||||
*(const char**)arg = pathname + (node->args.name - p);
|
*(arg->c) = pathname + (node->args.name - p);
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/* restore the directory node */
|
/* restore the directory node */
|
||||||
|
|||||||
Reference in New Issue
Block a user