lkml.org 
[lkml]   [1998]   [Oct]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: Linux-2.1.126... (patch to kernel/acct.c
Date
From
Here is a small patch to 2.1.126

--- linux/kernel/acct.c Fri Oct 23 23:32:46 1998
+++ linux/kernel/acct.c.orig Fri Oct 23 23:33:55 1998
@@ -87,7 +87,7 @@
if (!acct_file || !acct_needcheck)
return;

- sb = acct_file->f_dentry->d_inode->i_sb;
+ sb = acct_file->f_dentry->f_inode->i_sb;
if (!sb->s_op || !sb->s_op->statfs)
return;

-------------------------------------------------------
>>>Linus Torvalds said:
> There's a new kernel out there. 2.1.126 does:
> - architecture updates for alpha and MIPS (and some minor PPC updates
> too)
> - joystick updates
> - MCA stuff from Alan. The guy has too much free time on his hands.
> - stallion driver cosmetic update
> - nasty SMP race with "task queues" (not the scheduling kind), where we
> were mixing atomic metaphores, resulting in a mess. Usually a benign
> one, but occasionally you could force oopses.
> - some floppy and ide updates
> - PS/2 mouse driver integrated into the PC keyboard controller. That got
> rid of a lot of really nasty problems (it's the same controller,
> accessing it from two different drivers was always messy)
> - various driver updates: floppy, ide, network drivers, sound, video..
> - various small FS fixes - finally _really_ getting the ENOENT vs ENOTDIR
> stuff right, nfsd updates, remounting fixes, filesize limits on NFS
> and smbfs, ntfs and ufs updates...
> - shm updates from Alan
> - cleanup of some MM stuff, I hope Andrea will re-do the patches and I'll
> look at the other parts.
> - unix fd garbage collection fix, getting rid of circular dependencies..
>
> And probably various other small fixes that I have thankfully forgotten
> about.
>
> Linus
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.rutgers.edu
> Please read the FAQ at http://www.tux.org/lkml/

---------------------------------
G. Allen Morris III
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:45    [W:2.253 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site