s3/locking: Fix comments to reflect code flow
authorAnoop C S <anoopcs@redhat.com>
Tue, 18 Sep 2018 06:57:02 +0000 (12:27 +0530)
committerJeremy Allison <jra@samba.org>
Wed, 19 Sep 2018 20:23:28 +0000 (22:23 +0200)
commitc3211c8e592468916550283026044867359157cb
treea9f389300882db091006c58368160f3f430030bd
parent48ad1db3c5b513863a8f7868d2a92ebb8df2a27e
s3/locking: Fix comments to reflect code flow

* posix_pending_close_db is an in-memory database and not a tdb.
  Therefore adjusting comments to convey the correct meaning of the
  database.
* we do not have posix_locking_close_file() any more which got renamed
  to locking_close_file(). Thus fixing comment to mention the new name.

Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Sep 19 22:23:28 CEST 2018 on sn-devel-144
source3/locking/posix.c