Displaying 2 results from an estimated 2 matches for "alloc_lock".
Did you mean:
alloc_loop
2001 Nov 11
1
problems when patching 2.4.14
...AILED at 399.
Hunk #2 succeeded at 519 (offset 30 lines).
1 out of 2 hunks FAILED -- saving rejects to file
include/linux/sched.h.rej
this is the output from that file
***************
*** 399,404 ****
u32 self_exec_id;
/* Protection of (de-)allocation: mm, files, fs, tty */
spinlock_t alloc_lock;
};
/*
--- 399,407 ----
u32 self_exec_id;
/* Protection of (de-)allocation: mm, files, fs, tty */
spinlock_t alloc_lock;
+
+ /* journalling filesystem info */
+ void *journal_info;
};
/*
2001 Nov 07
1
patching 2.4.13
...ter this message. If you need any further
info I'll try and supply it.
Thanks
Robyn
This file is sched.h.rej from /usr/src/linux/include/linux/sched.h.rej
***************
*** 399,404 ****
u32 self_exec_id;
/* Protection of (de-)allocation: mm, files, fs, tty */
spinlock_t alloc_lock;
};
/*
--- 399,407 ----
u32 self_exec_id;
/* Protection of (de-)allocation: mm, files, fs, tty */
spinlock_t alloc_lock;
+
+ /* journalling filesystem info */
+ void *journal_info;
};
/*
***************
*** 485,491 ****
sig: &init_signals,...