From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755334AbbE2ALm (ORCPT ); Thu, 28 May 2015 20:11:42 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:41567 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754732AbbE2ALf (ORCPT ); Thu, 28 May 2015 20:11:35 -0400 Message-ID: <5567AEB6.1080203@infradead.org> Date: Thu, 28 May 2015 17:11:34 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Shailendra Verma , Al Viro , Andrew Morton , Thomas Gleixner , Ionut Alexa , Paul McQuade CC: linux-kernel@vger.kernel.org Subject: Re: [PATCH] kernel:acct - Fix typos in comment to file header. References: <1432357759-4302-1-git-send-email-shailendra.capricorn@gmail.com> In-Reply-To: <1432357759-4302-1-git-send-email-shailendra.capricorn@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/22/15 22:09, Shailendra Verma wrote: > Signed-off-by: Shailendra Verma > --- > kernel/acct.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/kernel/acct.c b/kernel/acct.c > index 74963d1..fa972fa 100644 > --- a/kernel/acct.c > +++ b/kernel/acct.c > @@ -24,8 +24,8 @@ > * Now we silently close acct_file on attempt to reopen. Cleaned sys_acct(). > * XTerms and EMACS are manifestations of pure evil. 21/10/98, AV. > * > - * Fixed a nasty interaction with with sys_umount(). If the accointing > - * was suspeneded we failed to stop it on umount(). Messy. > + * Fixed a nasty interaction with with sys_umount(). If the accounting You can also drop one of the double "with with" words. > + * was suspended we failed to stop it on umount(). Messy. > * Another one: remount to readonly didn't stop accounting. > * Question: what should we do if we have CAP_SYS_ADMIN but not > * CAP_SYS_PACCT? Current code does the following: umount returns -EBUSY > -- ~Randy