X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source%2Fmodules%2Fvfs_gpfs.c;h=7c49c8497f586ad46342d821970860cd73af9722;hb=4890ad0359f2171f9f70f2441869fad9e02dba8f;hp=8ca8d18f8e578bd79cea3f9e881726370a060994;hpb=e6107bb568852b815cbc4f536f38ad3cb9704573;p=obnox%2Fsamba-ctdb.git diff --git a/source/modules/vfs_gpfs.c b/source/modules/vfs_gpfs.c index 8ca8d18f8e..7c49c8497f 100644 --- a/source/modules/vfs_gpfs.c +++ b/source/modules/vfs_gpfs.c @@ -51,15 +51,11 @@ static int vfs_gpfs_kernel_flock(vfs_handle_struct *handle, files_struct *fsp, static int vfs_gpfs_close(vfs_handle_struct *handle, files_struct *fsp) { - int result; - if ((fsp->fh != NULL) && (fsp->fh->fd != -1)) { set_gpfs_sharemode(fsp, 0, 0); } - result = fd_close_posix(fsp); - - return result; + return SMB_VFS_NEXT_CLOSE(handle, fsp); } static int vfs_gpfs_setlease(vfs_handle_struct *handle, files_struct *fsp,