]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4.20-ntfs.patch
- [2.4.2x, 2.6.x] don't recursively crash in die() on CHRP/PReP machines
[packages/kernel.git] / linux-2.4.20-ntfs.patch
1 --- linux-2.4.20/fs/ntfs/aops.c.org     Thu Dec  5 09:51:21 2002
2 +++ linux-2.4.20/fs/ntfs/aops.c Thu Dec  5 09:51:27 2002
3 @@ -45,6 +45,9 @@
4   * record size, and index_block_size_bits, to the log(base 2) of the ntfs
5   * record size.
6   */
7 +
8 +#define KM_BIO_IRQ     KM_BH_IRQ
9 +
10  static void ntfs_end_buffer_async_read(struct buffer_head *bh, int uptodate)
11  {
12         static spinlock_t page_uptodate_lock = SPIN_LOCK_UNLOCKED;
This page took 0.029485 seconds and 3 git commands to generate.