Re: [PATCH 5/5] xen: nuke the ballon files

From: Jeremy Fitzhardinge
Date: Thu Oct 02 2008 - 11:35:15 EST


Steven Rostedt wrote:
Investigating the unused static files in the balloon code, I discovered
that the balloon code is not used at all.

The header file is one big #if 0 and all the functions in the C file
is static. There is no caller like init_module to hook to any of
these functions. Basically, this code is one big patch of dead code
wasting space on my hard drive.

This patch removes the balloon code altogether since there are no
users.

Er, I think you should back away from that crack pipe.

-subsys_initcall(balloon_init);

J
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/