[PATCH] Let umask do its work upon filesystem object creation.
authorJunio C Hamano <junkio@cox.net>
Wed, 6 Jul 2005 08:21:46 +0000 (01:21 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 6 Jul 2005 17:39:59 +0000 (10:39 -0700)
IIRC our strategy was to let the users' umask take care of the
final mode bits. This patch fixes places that deviate from it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found