summaryrefslogtreecommitdiff
path: root/src/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stat.c b/src/stat.c
index 7a20ff782..8c831b5be 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -434,6 +434,8 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
return "smackfs";
case S_MAGIC_SMB: /* 0x517B remote */
return "smb";
+ case S_MAGIC_SMB2: /* 0xFE534D42 remote */
+ return "smb2";
case S_MAGIC_SNFS: /* 0xBEEFDEAD remote */
return "snfs";
case S_MAGIC_SOCKFS: /* 0x534F434B local */