From: <er...@he...> - 2003-07-16 19:30:43
|
On Wed, Jul 16, 2003 at 11:37:26AM -0400, gor...@ph... wrote: > Hi Erik, > > Hows everything? I hope they're keeping you busy at Los Alamos. Heh, I wouldn't worry about keeping me busy. Too busy really. > I wrote > to ask if you had an ETA for the 2.4.21 patch? I have to add support for > bproc on some cluster hardware which uses Promise IDE controllers, and I > have do decide whether to try to pull the needed IDE patches out of > RedHat's 2.4.20 kernels,, and stick them into the stock 2.4.20 kernel, or > whether to wait for the 2.4.21 kernel, which already has all the IDE stuff > I need. Thanks, in advance, for the advice. I have a patch attached. I think it should be fine. I haven't released yet since I've been away, caught up working on other stuff and hunting hunting a remaining bug. This should be as solid on w/ BProc 3.2.5 as anything else though. Apply the kernel patch as usual and make this one little change in bproc/kernel/interface.c: Change: inode = get_empty_inode(); to: inode = new_inode(bprocfs_mnt->mnt_sb); - Erik |