linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "shiva kumar" <sivakumar17778@yahoo.co.in>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] kernel/acct.c file,kernel 2.4.18-17.7.x
Date: Tue, 15 Jul 2003 18:06:58 +0100 (BST)	[thread overview]
Message-ID: <20030715170658.15459.qmail@web8104.in.yahoo.com> (raw)

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/

                 reply	other threads:[~2003-07-15 16:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030715170658.15459.qmail@web8104.in.yahoo.com \
    --to=sivakumar17778@yahoo.co.in \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).