Lines 1-6
Link Here
|
1 |
--- client/gvfsfusedaemon.c.orig 2012-05-15 20:01:49.000000000 +0200 |
1 |
--- client/gvfsfusedaemon.c.orig 2022-05-26 07:55:28 UTC |
2 |
+++ client/gvfsfusedaemon.c 2012-05-31 14:00:26.000000000 +0200 |
2 |
+++ client/gvfsfusedaemon.c |
3 |
@@ -2361,7 +2361,9 @@ |
3 |
@@ -2467,7 +2467,9 @@ vfs_init (struct fuse_conn_info *conn, struct fuse_con |
4 |
subthread = g_thread_new ("gvfs-fuse-sub", (GThreadFunc) subthread_main, NULL); |
4 |
subthread = g_thread_new ("gvfs-fuse-sub", (GThreadFunc) subthread_main, NULL); |
5 |
|
5 |
|
6 |
/* Indicate O_TRUNC support for open() */ |
6 |
/* Indicate O_TRUNC support for open() */ |
Lines 8-12
Link Here
|
8 |
conn->want |= FUSE_CAP_ATOMIC_O_TRUNC; |
8 |
conn->want |= FUSE_CAP_ATOMIC_O_TRUNC; |
9 |
+#endif |
9 |
+#endif |
10 |
|
10 |
|
11 |
return NULL; |
11 |
/* Prevent out-of-order readahead */ |
12 |
} |
12 |
conn->want &= ~FUSE_CAP_ASYNC_READ; |