Allow nfs_lookuppath_async to have path[0]=='\0' this happens when we
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 16 Apr 2013 03:42:44 +0000 (20:42 -0700)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 16 Apr 2013 03:42:44 +0000 (20:42 -0700)
commit73f4ae7cca447767dbcf4e574e585be007d3be47
treef8a6d54f7f7dd98ea2864d9bd87841261b9d662e
parentc40efafc33d63e667df53778524bfd6d94000179
Allow nfs_lookuppath_async to have path[0]=='\0'  this happens when we
want to create an object straight under the root directory of what we
mounted.
As always, the actual object to create is then a string starting after the \0 byte
lib/libnfs.c