Change fd_close_posix() to return int instead of NTSTATUS.
authorMichael Adam <obnox@samba.org>
Fri, 11 Jan 2008 12:28:28 +0000 (13:28 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 20 Apr 2008 22:21:24 +0000 (00:21 +0200)
commitd928e6648d61cf2d3c1b77db440efb835b729a84
tree0acbf59c488b34c7528a0bfeee049c20352c394e
parentdf264bf3e00d7d77afcf55e54d2669b9ffa9af4a
Change fd_close_posix() to return int instead of NTSTATUS.

The errno is handed up through the VFS layer to the callers.

Michael
source/locking/posix.c
source/modules/vfs_default.c