update libntfs-3g to 1.616

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21586 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Gerasim Troeglazov
2007-07-09 04:55:36 +00:00
parent 2c02680d03
commit 62cee9f9cb
16 changed files with 647 additions and 813 deletions
@@ -92,7 +92,7 @@ fs_identify_partition(int fd, partition_data *partition, void **_cookie)
if(strlen(ntVolume->vol_name)>0)
strcpy(cookie->label,ntVolume->vol_name);
ntfs_device_umount( ntVolume, true );
ntfs_umount( ntVolume, true );
*_cookie = cookie;
@@ -230,7 +230,7 @@ fs_unmount(void *_ns)
ERRPRINT("fs_unmount - ENTER\n");
ntfs_device_umount( ns->ntvol, true );
ntfs_umount( ns->ntvol, true );
#ifdef __HAIKU__
recursive_lock_destroy(&(ns->vlock));