On 04/19/2012 11:05 AM, Michael Roth wrote:
> When linux-specific commands (including guest-fsfreeze-*) were consolidated
> under defined(__linux__), we forgot to account for the case where
> defined(__linux__) && !defined(FIFREEZE). As a result stubs are no longer
> being generated on linux hosts that don't have FIFREEZE support. Fix
> this.
> 
> Tested-by: Andreas Färber <[email protected]>
> Reviewed-by: Luiz Capitulino <[email protected]>
> Signed-off-by: Michael Roth <[email protected]>
> ---
>  qga/commands-posix.c |   36 ++++++++++++++++++++----------------
>  1 files changed, 20 insertions(+), 16 deletions(-)

I know it moves more code around, but I think un-nesting CONFIG_FSFREEZE
from within __linux__ is more logically correct.


r~

Reply via email to