Hi maks,
maximilian attems wrote:
~/src/linux-2.6$ git name-rev a1de02dccf906faba2ee2d99cac56799bda3b96a
a1de02dccf906faba2ee2d99cac56799bda3b96a undefined
Thanks for pointing it out. This is weird.
The commit doesn’t seem to be part of any tagged release, nor linus’s
master:
| $ git log ^v2.6.34-rc5 ^origin/master a1de02dccf --oneline
| a1de02d ext4: fix async i/o writes beyond 4GB to a sparse file
So maybe it was rewritten; searching for a commit with the same subject:
| $ git log v2.6.33..origin/master --grep='ext4: fix async' --oneline
| a1de02d ext4: fix async i/o writes beyond 4GB to a sparse file
Huh? Is it included in origin/master or not?
| $ git version
| git version 1.7.1.rc1
Jonathan