Don't modify the fsp in fd_close_posix() anymore.
authorMichael Adam <obnox@samba.org>
Fri, 11 Jan 2008 12:03:16 +0000 (13:03 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 20 Apr 2008 22:21:24 +0000 (00:21 +0200)
commit96e9e83ee021db69179fe924144e6ba3dea1b73d
tree6f2cae740d0d6440ed97e689071b8850f2ec81a1
parent3756467db6a661be91f4aeb484000e993e4a9a4c
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
(This used to be commit df264bf3e00d7d77afcf55e54d2669b9ffa9af4a)
source3/locking/posix.c