From b99da1c0a539e62fd864dd804d87d0d4442752ec Mon Sep 17 00:00:00 2001 From: Philip Sequeira Date: Thu, 15 Mar 2018 01:47:24 -0400 Subject: stream_file: add more network file systems (Linux) Fixes #5643. --- stream/stream_file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stream/stream_file.c b/stream/stream_file.c index 66c2a1a4c1..0b71c07884 100644 --- a/stream/stream_file.c +++ b/stream/stream_file.c @@ -212,6 +212,7 @@ static bool check_stream_network(int fd) 0x564C /*NCP*/, 0x6969 /*NFS*/, 0x6E667364 /*NFSD*/, 0xAAD7AAEA /*PANFS*/, 0x50495045 /*PIPEFS*/, 0x517B /*SMB*/, 0xBEEFDEAD /*SNFS*/, 0xBACBACBC /*VMHGFS*/, 0x7461636f /*OCFS2*/, + 0xFE534D42 /*SMB2*/, 0x61636673 /*ACFS*/, 0x013111A8 /*IBRIX*/, 0 }; if (fstatfs(fd, &fs) == 0) { -- cgit v1.2.3