the bulk of the changes to get rid of fd_ptr and move print open
authorAndrew Tridgell <tridge@samba.org>
Mon, 10 Apr 2000 13:05:23 +0000 (13:05 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 10 Apr 2000 13:05:23 +0000 (13:05 +0000)
commit689ec46450a3f373b583ebe98d124ab4a99ce3ef
tree2e86c1a862fce2da5162de7a3cd45fc8611d5a38
parentc3043695ae507b34580dc1287418ff5704b6f625
the bulk of the changes to get rid of fd_ptr and move print open
handling to printing/printing.c

most of this was just replacing things like fsp->fd_ptr->fd with fsp->fd

the changes in open.c are quite dramatic. Most of it is removing all
the functions that handled the fd multiplexing
(This used to be commit d1827a3648009fd0a0d165055015d9aeda7a1037)
source3/smbd/close.c
source3/smbd/fileio.c
source3/smbd/filename.c
source3/smbd/files.c
source3/smbd/nttrans.c
source3/smbd/open.c
source3/smbd/oplock.c
source3/smbd/predict.c [deleted file]
source3/smbd/reply.c
source3/smbd/trans2.c
source3/smbd/vfs.c