diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2022-03-14 09:25:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 09:25:00 +0000 |
commit | 66b04453b7a5d7aefa0a55e9101afe0347215128 (patch) | |
tree | 6420fbb2ddc1c8f04f6c4a05633401d3ceca68e1 /example/printcap.c | |
parent | 435a14e0297cf796a19aaf04221fa14957fb3717 (diff) | |
parent | 3c2ba7aa2500618b7b11255ef3f699d6615ad5a2 (diff) | |
download | libfuse-66b04453b7a5d7aefa0a55e9101afe0347215128.tar.gz |
Merge branch 'master' into fopen_noflush
Diffstat (limited to 'example/printcap.c')
-rw-r--r-- | example/printcap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/example/printcap.c b/example/printcap.c index 472a597..edfd8f5 100644 --- a/example/printcap.c +++ b/example/printcap.c @@ -39,8 +39,6 @@ static void pc_init(void *userdata, printf("Protocol version: %d.%d\n", conn->proto_major, conn->proto_minor); printf("Capabilities:\n"); - if(conn->capable & FUSE_CAP_WRITEBACK_CACHE) - printf("\tFUSE_CAP_WRITEBACK_CACHE\n"); if(conn->capable & FUSE_CAP_ASYNC_READ) printf("\tFUSE_CAP_ASYNC_READ\n"); if(conn->capable & FUSE_CAP_POSIX_LOCKS) |