Move down the become_root()/unbecome_root() calls into the VFS modules
authorVolker Lendecke <vl@samba.org>
Mon, 18 May 2009 11:30:16 +0000 (13:30 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 18 May 2009 11:38:56 +0000 (13:38 +0200)
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.


No differences found