r15660: Without this when using smbcquotas I get
authorVolker Lendecke <vlendec@samba.org>
Wed, 17 May 2006 15:01:57 +0000 (15:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:17:06 +0000 (11:17 -0500)
commitf66b9701b5c6bb6302fa11889adab6902cbaf2e3
treef6e52d1f48d022d5d78db643b15deb2d768a9ea2
parenta85dfb9eff222142eb1f9d89beb3d156661dd047
r15660: Without this when using smbcquotas I get

close fd=-1 fnum=4321 (numopen=1)
close_file: Could not get share mode lock for file $Extend/$Quota:$Q:$INDEX_ALLOCATION
unix_error_packet: error string = Das Argument ist ungültig
error packet at smbd/reply.c(3325) cmd=4 (SMBclose) NT_STATUS_INVALID_HANDLE

so a fake file needs special close handling I think. Jeremy, can you check
this?

Thanks,

Volker
source/smbd/close.c
source/smbd/fake_file.c