Re: [PATCH 2/3] ext3 reservation allow turn off for specifed file

From: Andrew Morton
Date: Mon Oct 18 2004 - 18:39:54 EST


Mingming Cao <cmm@xxxxxxxxxx> wrote:
>
> Allow user shut down reservation-based allocation(using ioctl) on a specific file(e.g. for seeky random write).

Applications currently pass a seeky-access hint into the kernel via
posix_fadvise(POSIX_FADV_RANDOM). It would be nice to hook into that
rather than adding an ext3-specific ioctl. Maybe just peeking at
file->f_ra.ra_pages would suffice.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/