mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-27 20:14:10 +08:00
Remove 'use_ino' because I'm afraid I can not use it with "file:stream" nammed data stream access interface. :-(
This commit is contained in:
parent
48b8edc464
commit
c9294cb701
@ -1401,9 +1401,9 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
free(parsed_options);
|
||||
#ifndef DEBUG
|
||||
fh = fuse_new(ffd, "use_ino", &ntfs_fuse_oper, sizeof(ntfs_fuse_oper));
|
||||
fh = fuse_new(ffd, NULL, &ntfs_fuse_oper, sizeof(ntfs_fuse_oper));
|
||||
#else
|
||||
fh = fuse_new(ffd, "debug,use_ino", &ntfs_fuse_oper,
|
||||
fh = fuse_new(ffd, "debug", &ntfs_fuse_oper,
|
||||
sizeof(ntfs_fuse_oper));
|
||||
#endif
|
||||
if (!fh) {
|
||||
|
Loading…
Reference in New Issue
Block a user