Whamcloud - gitweb
Branch: b1_4
authoradilger <adilger>
Thu, 28 Apr 2005 19:50:10 +0000 (19:50 +0000)
committeradilger <adilger>
Thu, 28 Apr 2005 19:50:10 +0000 (19:50 +0000)
commit90e331eb686128af631ebb4c181a857bce9f407d
treef3fcf65c8433436355e5c08c4cc453e5e7ee3095
parent342797a516970a024832e62ecb453b46a152102c
Branch: b1_4
On Altix PAGE_SIZE is #defined as getpagesize() in userspace and CPP
can't deal with that.  Instead, assume we are limited by the RPC size
and not the number of pages (which is currently true for any arch)
and don't use PAGE_SIZE in any CPP conditionals.
lustre/include/linux/lustre_net.h