Move down the become_root()/unbecome_root() calls into the VFS modules
commitb8d12d3ffce304b4086488d999f85d80667e196e
authorVolker Lendecke <vl@samba.org>
Mon, 18 May 2009 11:30:16 +0000 (18 13:30 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 18 May 2009 11:40:20 +0000 (18 13:40 +0200)
treeb1ea51afde247d3fb7a941dc8def543049e1a6e9
parentf22343874833397afb2010a43ee0057fa5d8471e
Move down the become_root()/unbecome_root() calls into the VFS modules

The aio_fork module does not need this, as it does not communicate via signals
but with pipes. Watching a strace log with those become_root() calls in aio.c
is absolutely awful, and it does affect performance.
source3/modules/vfs_default.c
source3/smbd/aio.c