diff options
-rw-r--r-- | lib/ohai/plugins/aix/filesystem.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ohai/plugins/aix/filesystem.rb b/lib/ohai/plugins/aix/filesystem.rb index 1e220a17..ac35dc2d 100644 --- a/lib/ohai/plugins/aix/filesystem.rb +++ b/lib/ohai/plugins/aix/filesystem.rb @@ -55,7 +55,6 @@ Ohai.plugin(:Filesystem) do fs[filesystem] = Mash.new unless fs.has_key?(filesystem) fs[filesystem][:mount] = fields[1] fs[filesystem][:fs_type] = fields[2] - #fs[filesystem][:mount_options] = fields[6] fs[filesystem][:mount_options] = fields[6] else fields = line.split |