lkml.org 
[lkml]   [2006]   [May]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: O_DIRECT, ext3fs, kernel 2.4.32... again
    On Tue, May 02, 2006 at 07:24:11PM +0200, DervishD wrote:
    > Hi Nathan :)

    Hi there,

    > * Nathan Scott <nathans@sgi.com> dixit:
    > > On Mon, May 01, 2006 at 01:23:03PM +0200, DervishD wrote:
    > > > * Marcelo Tosatti <marcelo@kvack.org> dixit:
    > > > > Your interpretation is correct. It would be nicer for open() to
    > > > > fail on fs'es which don't support O_DIRECT, but v2.4 makes such
    > > > > check later at read/write unfortunately ;(
    > > >
    > > > Oops :(
    > >
    > > Nothing else really make sense due to fcntl...
    > > fcntl(fd, F_SETFL, O_DIRECT);
    > > ...can happen at any time, to enable/disable direct I/O.
    >
    > I know, but that fcntl call should fail just like the open() one.
    > I mean, I don't find this very different, it's just another point
    > where the flag can be activated and so it should fail if the
    > underlying filesystem doesn't support it (and doesn't ignore it in
    > read()/write()).

    Problem is there is no way to know whether the underlying fs
    supports direct IO or not here (fcntl is implemented outside
    the filesystem, entirely). Which is not unfixable in itself
    (could use a superblock flag or something similar) but it's
    way out of scope for the sort of change going into 2.4 these
    days.

    cheers.

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

    \
     
     \ /
      Last update: 2006-05-02 22:06    [W:3.644 / U:0.620 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site