vfs_gpfs: Remove check for open file in share mode function
commit208007b86c407e98a796dfae30affade05abe4f7
authorChristof Schmitt <cs@samba.org>
Mon, 30 Dec 2019 22:20:05 +0000 (30 15:20 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 8 Jan 2020 00:01:36 +0000 (8 00:01 +0000)
treee90a1e5ae53bb3e3c6fde42bf203c76c7adbbeb7
parent00fb46c7f2f678aa601e4def2b53702d6fabf2e5
vfs_gpfs: Remove check for open file in share mode function

The calling code already ensures that the file is open with a valid file
descriptor.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_gpfs.c