OSDN Git Service

Fixed crash on unmount under OSXFUSE: it calls fuse_exfat_fsync() for "/" which was...
authorresver@gmail.com <resver@gmail.com@60bc1c72-a15a-11de-b98f-4500b42dc123>
Fri, 23 Aug 2013 05:49:35 +0000 (05:49 +0000)
committerresver@gmail.com <resver@gmail.com@60bc1c72-a15a-11de-b98f-4500b42dc123>
Fri, 23 Aug 2013 05:49:35 +0000 (05:49 +0000)
commitb66dc93e7638bb8c259ed74ff51a6ff930623921
treed125b90f832cd5ac5c7d863a707c16dcf5a59491
parent125ef9553fe01039f6c76ec09150043141ff2732
Fixed crash on unmount under OSXFUSE: it calls fuse_exfat_fsync() for "/" which was not opened.

git-svn-id: http://exfat.googlecode.com/svn/trunk@381 60bc1c72-a15a-11de-b98f-4500b42dc123
fuse/main.c