commit | 407fee0f026faf3296f08231e862799fbc2740c5 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Thu May 26 14:41:15 2011 +0530 |
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Fri Sep 09 14:45:53 2011 +0530 |
tree | 25bef544c8682529960f32ccc376079b8c9755eb | |
parent | 07ff2c4475df77e38a31d50ee7f3932631806c15 [diff] |
hw/9pfs: Update the fidp path before opendir We need to update the fidp path before opendir. Since we don't use the fid returned by mkdir, earlier code should not have much issue. We do a double v9fs_string_copy here. The later patch cleanup the entire function. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>