path.c: simplify adjust_shared_perm()
commit3a429d3b8d03c98fbc775eb34a54b7b2bd74e02b
authorTorsten Bögershausen <tboegi@web.de>
Sat, 30 Mar 2013 09:53:32 +0000 (30 10:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Apr 2013 19:37:55 +0000 (5 12:37 -0700)
tree9938523b58ac4e5ed643066a4068e0979bc63f43
parent0117c2f043183fb99e9b046b0df7d64c1b296624
path.c: simplify adjust_shared_perm()

All calls to set_shared_perm() use mode == 0, so simplify the
function.

Because all callers use the macro adjust_shared_perm(path) from
cache.h to call this function, convert it to a proper function,
losing set_shared_perm().

Since path.c has much more functions than just mkpath() these days,
drop the stale comment about it.

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
path.c