Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
Actually this was missed from previous commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Ermal LUÇI committed May 27, 2015
1 parent 61a39f2 commit 26c99a7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/backend/lua/lib/capacity.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2387,7 +2387,7 @@ Storage.Subpartition.new = function(params)
--
method.is_softupdated = function(self)
-- XXX this should be a property
return mountpoint ~= "/"
return true
end

--
Expand Down
2 changes: 1 addition & 1 deletion src/backend/lua/lib/disk.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2387,7 +2387,7 @@ Storage.Subpartition.new = function(params)
--
method.is_softupdated = function(self)
-- XXX this should be a property
return mountpoint ~= "/"
return true
end

--
Expand Down
2 changes: 1 addition & 1 deletion src/backend/lua/lib/partition.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2387,7 +2387,7 @@ Storage.Subpartition.new = function(params)
--
method.is_softupdated = function(self)
-- XXX this should be a property
return mountpoint ~= "/"
return true
end

--
Expand Down
2 changes: 1 addition & 1 deletion src/backend/lua/lib/storage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2387,7 +2387,7 @@ Storage.Subpartition.new = function(params)
--
method.is_softupdated = function(self)
-- XXX this should be a property
return mountpoint ~= "/"
return true
end

--
Expand Down
2 changes: 1 addition & 1 deletion src/backend/lua/lib/storagesystem.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2387,7 +2387,7 @@ Storage.Subpartition.new = function(params)
--
method.is_softupdated = function(self)
-- XXX this should be a property
return mountpoint ~= "/"
return true
end

--
Expand Down
2 changes: 1 addition & 1 deletion src/backend/lua/lib/subpartition.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2387,7 +2387,7 @@ Storage.Subpartition.new = function(params)
--
method.is_softupdated = function(self)
-- XXX this should be a property
return mountpoint ~= "/"
return true
end

--
Expand Down

0 comments on commit 26c99a7

Please sign in to comment.