Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-02-20 12:32:04 +0300
committerRémy Coutable <remy@rymai.me>2017-02-20 12:32:04 +0300
commit4f40560836be0f66fbfb69d9e5af2755da8e9ebb (patch)
treeeac5fbd5d6b08a6a81418ea522980f0999fcd2c2 /app
parent12cd4c83604e43dc308ba13fa3d5a6571409c1f8 (diff)
parentd3afb752385e41bed583391b678cb0e49e5a04cc (diff)
Merge branch 'patch-13' into 'master'
exclude rpc_pipefs from system disk info See merge request !9355
Diffstat (limited to 'app')
-rw-r--r--app/controllers/admin/system_info_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/admin/system_info_controller.rb b/app/controllers/admin/system_info_controller.rb
index ca04a17caa1..1330399a836 100644
--- a/app/controllers/admin/system_info_controller.rb
+++ b/app/controllers/admin/system_info_controller.rb
@@ -21,6 +21,7 @@ class Admin::SystemInfoController < Admin::ApplicationController
'mqueue',
'proc',
'pstore',
+ 'rpc_pipefs',
'securityfs',
'sysfs',
'tmpfs',