In aio_fork, we have to close all fd's, we might hold a gpfs share mode
authorVolker Lendecke <vl@samba.org>
Mon, 18 May 2009 07:49:23 +0000 (09:49 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 18 May 2009 09:56:19 +0000 (11:56 +0200)
commit2f66b4d266b76125c25a5e5ff27db6c74cb76a6a
tree455e55596bd6f7238f9add2616e13190b7c6d54f
parent38d01dadc5953eb340ce1234865a8d1067402163
In aio_fork, we have to close all fd's, we might hold a gpfs share mode

Keeping such an fd open prohibits another open of that same file.

Signed-off-by: Michael Adam <obnox@samba.org>
source/modules/vfs_aio_fork.c