mpage_readpage()
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- Subject: mpage_readpage()
- From: Ruby <ruby185@xxxxxxxxx>
- Date: Mon, 17 Nov 2008 12:06:07 -0500
hi, all
as I understand, ->readpage() will be invoked on address space object at some point when you do a syscall on read.
for ext3, it will be ext3_readpage, which ask mpage_readpage() to do the job.
what I don't follow is why the function doc right before mapge_readpage() claims "This isn't called much at all".
is this not on the primary read I/O path anymore?
thanks
Ruby
[Index of Archives]
[Newbies FAQ]
[Linux Kernel Mentors]
[Linux Kernel Development]
[IETF Annouce]
[Git]
[Networking]
[Security]
[Bugtraq]
[Yosemite]
[MIPS Linux]
[ARM Linux]
[Linux RAID]
[Linux SCSI]
[Linux ACPI]