Don't modify the fsp in fd_close_posix() anymore.
commite1210bcd54525737296d2d7e4b3e6f4c332376f7
authorMichael Adam <obnox@samba.org>
Fri, 11 Jan 2008 12:03:16 +0000 (11 13:03 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 7 May 2008 14:09:21 +0000 (7 16:09 +0200)
tree4c6182b1152323e6c6f2e6ed7121ecc16eadec82
parent341544230f7f8415140cee95ed2066f49f609aae
Don't modify the fsp in fd_close_posix() anymore.

Now that it is inside the vfs layer, this function should
not alter the fsp (i.e. set fsp->fh->fd = -1) anymore.
That belongs above the vfs layer.

Michael
(cherry picked from commit df264bf3e00d7d77afcf55e54d2669b9ffa9af4a)
source/locking/posix.c