vfs_gpfs: Remove unncessary check from close function
commit56cf9b15f0a42323d94a407a4de7fae9b039a326
authorChristof Schmitt <cs@samba.org>
Mon, 6 Jan 2020 20:53:13 +0000 (6 13:53 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 8 Jan 2020 00:01:36 +0000 (8 00:01 +0000)
tree5e8d8f3878f92aebb500fa170a8bc0bb711365d0
parent5d5763ea8ce14f81107462e7f2dff09b6aec1fbc
vfs_gpfs: Remove unncessary check from close function

The fsp has a valid file descriptor when this function is called. No
need for the additional check.

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