jcline / fuse-google-drive

A fuse filesystem wrapper for Google Drive.
GNU General Public License v2.0
285 stars 48 forks source link

Figure out why hsearch(key, ENTER) fails after ~170 items added #23

Closed jcline closed 12 years ago

jcline commented 12 years ago

Returns 0 with errno set to ENOMEM. I believe this is the only thing in the way of fleshing out stat() data.

jcline commented 12 years ago

I was counting wrong, thus allocating the wrong amount of space when creating the table.