s3: Replace fill_share_mode_lock()
authorVolker Lendecke <vl@samba.org>
Mon, 9 Jan 2012 13:09:28 +0000 (14:09 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 12 Jan 2012 22:59:22 +0000 (23:59 +0100)
commit540e51f77e07cc65b6b097f8ff01cd10f04644d0
tree110710e99c633bdbb19476c712a92304a703e577
parent15cdbba25469d65fc0b74d1a8ada3f5f35bd7c29
s3: Replace fill_share_mode_lock()

This replaces fill_share_mode_lock() with the two routines
fresh_share_mode_lock() and parse_share_modes(). This lifts the
decision whether a share mode already existed on level up.

Signed-off-by: Jeremy Allison <jra@samba.org>
source3/locking/locking.c