Browse Source

Set fsname on mount.

Georgi Chorbadzhiyski 12 years ago
parent
commit
3a924bda34
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      fjfs.c

+ 1
- 1
fjfs.c View File

282
 	fuse_argv[0] = argv[0];
282
 	fuse_argv[0] = argv[0];
283
 	fuse_argv[1] = mountpoint_file;
283
 	fuse_argv[1] = mountpoint_file;
284
 	fuse_argv[2] = "-o";
284
 	fuse_argv[2] = "-o";
285
-	fuse_argv[3] = "nonempty,allow_other,direct_io";
285
+	fuse_argv[3] = "nonempty,allow_other,fsname=fjfs";
286
 	fuse_argv[4]  = 0;
286
 	fuse_argv[4]  = 0;
287
 
287
 
288
 	ret = fuse_main(4, fuse_argv, &concatfs_op, NULL);
288
 	ret = fuse_main(4, fuse_argv, &concatfs_op, NULL);

Loading…
Cancel
Save