hi, > Forgot to mention: the obvious fix, avoiding the readahead handling > if != VREG, does avoid the original problem, but now faulting-in of the > mmaped page does not work any more. a guess: as VBLK's v_size is usually 0, genfs_getpages treats any requests as past EOF and bails out. YAMAMOTO Takashi > > Martin