c4e1385f55
This makes `tail -<N> <FILE> | cat > file' correctly, where <FILE> is a regular file larger than 10Mbytes (makes tail to map part of file) and <N> is big enough to produce output larger than 8kbytes (makes pipe to use page loan facility). Problem reported by FUKAUMI Naoki on japanese local mailing list.