]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT.
authorIra Cooper <ira@samba.org>
Thu, 15 Jan 2015 16:41:50 +0000 (11:41 -0500)
committerKarolin Seeger <kseeger@samba.org>
Sun, 1 Mar 2015 20:29:09 +0000 (21:29 +0100)
commit811fad364241d5553ac12402652cef2b522191f9
tree978aaa17736c727c5b7fec3637d427d0c17144a0
parenta8d285feb9a455895aec7d4660eb67e891b4a107
smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT.

This sequencing is causing problems for vfs_ceph, and likely
other vfs modules.

Signed-off-by: Ira Cooper <ira@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Jan 16 00:13:17 CET 2015 on sn-devel-104

(cherry picked from commit 81464daea71e5fa3067ec7d5f5c69c890c0f7949)

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11115
S3: vfs_Chdir() is called after SMB_VFS_DISCONNECT in
source3/smbd/service.c::close_cnum().
source3/smbd/service.c