]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
relay: use macro PAGE_ALIGN instead of FIX_SIZE
authorzhangwei(Jovi) <jovi.zhangwei@huawei.com>
Sat, 23 Mar 2013 02:33:06 +0000 (13:33 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Mar 2013 05:11:44 +0000 (16:11 +1100)
commita22832507291165bb57c4b08606f641abcc68a77
tree8c6aa8059e46381c7c77728c584d287bfbb1dad6
parent078d769b31e4971854c1757463136cfc15e9f9d8
relay: use macro PAGE_ALIGN instead of FIX_SIZE

Macro FIX_SIZE is same as PAGE_ALIGN at present, so use PAGE_ALIGN
instead.

Thanks Andrew found this.

Signed-off-by: zhangwei(Jovi) <jovi.zhangwei@huawei.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Eric Dumazet <edumazet@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/relay.c