Skip to content
Snippets Groups Projects
Commit 3bcc1e06 authored by alex's avatar alex
Browse files

- ext3_stop_delete_thread() has to wait for nullified s_delete_list,

  not for emptyness
- ext3_stop_delete_thread() must not be called from ->put_super() context,
  because ->put_super() is called with sb being locked. so, that
  routine is called from ->sync_fs() context
- chaos-2.4.18 should drop sb lock before calling ->sync_fs()
- virgin 2.4.20 has no ->sync_fs(), so introduce it by delete-thread patch
- kernel_text_address patch has been added to rh-2.4.22 series
parent 5cacec5a
No related branches found
No related tags found
No related merge requests found
Showing
with 887 additions and 194 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment