]> git.baikalelectronics.ru Git - kernel.git/commit
fcntl: rename F_OWNER_GID to F_OWNER_PGRP
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Tue, 17 Nov 2009 22:06:24 +0000 (14:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Nov 2009 01:40:33 +0000 (17:40 -0800)
commitca2f0f9e1de98eefbe4ddc6e9987bc34ff9233b7
tree3cd4ce678526885c81264568220549f1d659875e
parentf3e9536e6fe64a42128524bfeff6378aa8cc7f4f
fcntl: rename F_OWNER_GID to F_OWNER_PGRP

This is for consistency with various ioctl() operations that include the
suffix "PGRP" in their names, and also for consistency with PRIO_PGRP,
used with setpriority() and getpriority().  Also, using PGRP instead of
GID avoids confusion with the common abbreviation of "group ID".

I'm fine with anything that makes it more consistent, and if PGRP is what
is the predominant abbreviation then I see no need to further confuse
matters by adding a third one.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/fcntl.c
include/asm-generic/fcntl.h