On 08/07/2013 05:11 AM, Raghavendra G
wrote:
Whoever calls syncop_open does not send the xdata as the arugement at all. It will be like this. ret = syncop_open (new_subvol, &loc, flags, newfd); The syncop framework itself sends the xdata as NULL while winding the call (making syncop framework allocate a new dict before winding and send it as an argument also wont work in this case, as fuse wont be able to set any new key).
|