11 Dec, 2006

1 commit

  • I will not commit even trivial and obvious one-line fixes without building.
    I will not commit even trivial and obvious one-line fixes without building.
    I will not commit even trivial and obvious one-line fixes without building.
    I will not commit even trivial and obvious one-line fixes without building.
    Only clever people can get away with that.

    Signed-off-by: David Woodhouse

    David Woodhouse
     

10 Dec, 2006

1 commit


29 Nov, 2006

1 commit

  • As was discussed between Ricard Wanderlöf, David Woodhouse, Artem
    Bityutskiy and me, the current API for reading/writing OOB is confusing.

    The thing that introduces confusion is the need to specify ops.len
    together with ops.ooblen for reads/writes that concern only OOB not data
    area. So, ops.len is overloaded: when ops.datbuf != NULL it serves to
    specify the length of the data read, and when ops.datbuf == NULL, it
    serves to specify the full OOB read length.

    The patch inlined below is the slightly updated version of the previous
    patch serving the same purpose, but with the new Artem's comments taken
    into account.

    Artem, BTW, thanks a lot for your valuable input!

    Signed-off-by: Vitaly Wool
    Signed-off-by: David Woodhouse

    Vitaly Wool
     

23 Sep, 2006

2 commits


22 Sep, 2006

1 commit