[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coreutils] [PATCH] fadvise: new module providing a simpler interface to
From: |
Pádraig Brady |
Subject: |
[coreutils] [PATCH] fadvise: new module providing a simpler interface to posix_fadvise |
Date: |
Thu, 15 Jul 2010 12:22:39 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 |
I'm going to start adding posix_fadvise() hints to various utils,
but first I decided to clean up the interface a bit in a new module,
and adjust the existing posix_fadvise() users to use it.
The main reason for the separate module is one doesn't
need ifdefs in each util, nor the ignore-value wrapper.
cheers,
Pádraig.
fadvise.diff
Description: Text Data
- [coreutils] [PATCH] fadvise: new module providing a simpler interface to posix_fadvise,
Pádraig Brady <=