Don't modify the fsp in fd_close_posix() anymore.
commitdf264bf3e00d7d77afcf55e54d2669b9ffa9af4a
authorMichael Adam <obnox@samba.org>
Fri, 11 Jan 2008 12:03:16 +0000 (11 13:03 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 20 Apr 2008 22:21:24 +0000 (21 00:21 +0200)
tree376240b833c9bed8e94e8f38cf0d298f40023f0f
parent3cf56b124a2886c6260455bba4bf77d08e9a4f77
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
source/locking/posix.c