From: Rusty Russell Date: Tue, 30 Dec 2008 15:25:57 +0000 (-0600) Subject: virtio: rename 'pagesize' arg to vring_init/vring_size X-Git-Tag: v2.6.29-rc1~558^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f0d1d7f2286c8a02dab69f5f0bd51681fab161e;p=pandora-kernel.git virtio: rename 'pagesize' arg to vring_init/vring_size It's really the alignment desired for consumer/producer separation; historically this x86 pagesize, but with PowerPC it'll still be x86 pagesize. And in theory lguest could choose a different value. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed