Change fd_close_posix() to return int instead of NTSTATUS.
commit93ac0f0ea989af4cdbcba740fddc2e0e423f37cd
authorMichael Adam <obnox@samba.org>
Fri, 11 Jan 2008 12:28:28 +0000 (11 13:28 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 7 May 2008 14:09:21 +0000 (7 16:09 +0200)
tree585e5c0a715e86ecb2fbe1b0da8d6fe50d6262c2
parente1210bcd54525737296d2d7e4b3e6f4c332376f7
Change fd_close_posix() to return int instead of NTSTATUS.

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

Michael
(cherry picked from commit d928e6648d61cf2d3c1b77db440efb835b729a84)
source/locking/posix.c
source/modules/vfs_default.c