17 Jul, 2007

1 commit

  • warning: 'adfs_partition' defined but not used
    warning: 'riscix_partition' defined but not used
    warning: 'linux_partition' defined but not used

    Signed-off-by: Denver Gingerich
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Denver Gingerich
     

08 May, 2007

2 commits

  • invalidate_bdev() is superfluous when truncate_inode_pages() is also
    called. do call invalidate_bh_lrus() though, to avoid stale pointers.

    Signed-off-by: Peter Zijlstra
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Peter Zijlstra
     
  • Remove the destroy_dirty_buffers argument from invalidate_bdev(), it hasn't
    been used in 6 years (so akpm says).

    find * -name \*.[ch] | xargs grep -l invalidate_bdev |
    while read file; do
    quilt add $file;
    sed -ie 's/invalidate_bdev(\([^,]*\),[^)]*)/invalidate_bdev(\1)/g' $file;
    done

    Signed-off-by: Peter Zijlstra
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Peter Zijlstra
     

01 Jul, 2006

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds