f179f84 daemon: don't put struct space on stack

Authored and Committed by teigland 12 years ago
    daemon: don't put struct space on stack
    
    struct space has become very large, and it was still
    kept on the stack unnecessarily in a few places.
    Use a new space_info struct and copy the necessary
    fields.
    
    Signed-off-by: David Teigland <teigland@redhat.com>
    
        
file modified
+10 -10
file modified
+20 -9
file modified
+2 -2
file modified
+10 -0