linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kernel/acct.c file,kernel 2.4.18-17.7.x
@ 2003-07-15 17:06 shiva kumar
  0 siblings, 0 replies; only message in thread
From: shiva kumar @ 2003-07-15 17:06 UTC (permalink / raw)
  To: linux-kernel

Hi,

    I am working on linux kernel ( 2.4.18-17.7.x ).
 
    I have taken a bug ( in 2.4.18-17.7.x ) from
Bugzilla and fixed it.
 
    Bug No is 76268 ( lastcomm does not provide
accurate information compared to /usr/bin/time ).
 
    I am sending the patch with this mail.
***********************************************************************************
    PATCH:
    -----------
diff -ur linux/kernel/acct.c linuxfix/kernel/acct.c

--- linux/kernel/acct.c Tue Mar 20 02:05:08 2001

+++ linuxfix/kernel/acct.c Tue Jun 10 14:05:34 2003

@@ -354,7 +354,7 @@

file = acct_file;

get_file(file);

unlock_kernel();

- do_acct_process(exitcode, acct_file);

+ do_acct_process(exitcode, file);

fput(file);

} else

unlock_kernel();

*******************************************************************************************************

  Please send me the feedback about this.

 

Regards,

Sivakumar

________________________________________________________________________
Send free SMS using the Yahoo! Messenger. Go to http://in.mobile.yahoo.com/new/pc/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-15 16:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-15 17:06 [PATCH] kernel/acct.c file,kernel 2.4.18-17.7.x shiva kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).