Open GoogleCodeExporter opened 9 years ago
In Kfs_fuse_main.cc
fuse_open function should be defined like this:
{
int nFd=client->Open(path,finfo->flags)
if(nFd>0){
finfo->fh=nFd;
finfo->noseekable=0;
finfo->direct_io=1;
return 0;
}else
return -1;
}
Original comment by charles....@gmail.com
on 14 May 2012 at 8:46
Original issue reported on code.google.com by
charles....@gmail.com
on 13 May 2012 at 12:08