linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kernel:acct - Fix typos in comment to file header.
@ 2015-05-23  5:09 Shailendra Verma
  2015-05-29  0:11 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Shailendra Verma @ 2015-05-23  5:09 UTC (permalink / raw)
  To: Al Viro, Andrew Morton, Thomas Gleixner, Ionut Alexa, Paul McQuade
  Cc: linux-kernel, Shailendra Verma


Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
---
 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
+ *  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
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] kernel:acct - Fix typos in comment to file header.
  2015-05-23  5:09 [PATCH] kernel:acct - Fix typos in comment to file header Shailendra Verma
@ 2015-05-29  0:11 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2015-05-29  0:11 UTC (permalink / raw)
  To: Shailendra Verma, Al Viro, Andrew Morton, Thomas Gleixner,
	Ionut Alexa, Paul McQuade
  Cc: linux-kernel

On 05/22/15 22:09, Shailendra Verma wrote:
> Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
> ---
>  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-29  0:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-23  5:09 [PATCH] kernel:acct - Fix typos in comment to file header Shailendra Verma
2015-05-29  0:11 ` Randy Dunlap

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).