Rearrange and tidy up code in guestfsd.c
authorRichard Jones <rjones@trick.home.annexia.org>
Mon, 21 Sep 2009 11:32:25 +0000 (12:32 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Tue, 22 Sep 2009 09:00:49 +0000 (10:00 +0100)
commit8b91ee5e2d951ae467ac08421db89af48a642086
treef3a11d4417cf9bd91ac3730eb674dfb2f3336dc4
parent0740d45d28435015365b21213263249321d83878
Rearrange and tidy up code in guestfsd.c

This just tidies up the main() function in the daemon.  There is
no longer a huge fixed-sized buffer used for the kernel command
line.  Variables are moved closer to where they are used.  Some
local variables turned out to be unused - these are removed.  Finally
the part that reads the kernel command line is moved into a separate
function.

There is only minimal functional change here (it now prints out
the kernel command line).

Literal '4' replaced with 'sizeof' expression, at Jim Meyering's
suggestion during patch review.
daemon/guestfsd.c