]> git.tuebingen.mpg.de Git - dss.git/commit
Fix return value of try_to_free_disk_space().
authorAndre Noll <maan@congo.fml.local>
Thu, 24 Apr 2008 15:39:53 +0000 (17:39 +0200)
committerAndre Noll <maan@congo.fml.local>
Thu, 24 Apr 2008 15:39:53 +0000 (17:39 +0200)
commit0834afe5c8e5cd572ff8b466202cc609622ca85c
tree93b8a8755bb4e4f22cc402e67cf7dc08a65d9202
parent46dddd2c9a79ddd9d417336faf48e5b206d7e5af
Fix return value of try_to_free_disk_space().

We must never, ever return a system error without converting
it to a dss error code first.
dss.c