From 3519159234c9f4eec4ee86ea61f34c7526913b3c Mon Sep 17 00:00:00 2001 From: bergware Date: Sat, 18 Mar 2023 18:02:12 +0100 Subject: [PATCH] Main: revert reiserfs info message --- plugins/dynamix/nchan/device_list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix/nchan/device_list b/plugins/dynamix/nchan/device_list index efd7a621a..b98049b6e 100755 --- a/plugins/dynamix/nchan/device_list +++ b/plugins/dynamix/nchan/device_list @@ -138,7 +138,7 @@ function vfs_luks($fs) { } function vfs_info($fs) { $fs = vfs_type($fs); - return ($fs!='reiserfs') ? $fs : "$fs"._('ReiserFS is deprecated, please use another file system').""; + return $fs; // no special action on reiserfs (may come in future) } function fs_info(&$disk) { global $display, $pools;