From facd6e01bd3b932a6bf33c71bbb590a8be51aa30 Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Mon, 13 Sep 2021 12:16:20 -0700 Subject: [PATCH] vfs_gpfs: Update comment in vfs_gpfs_kernel_flock The function kernel_flock will be deleted, drop the reference to it. Signed-off-by: Christof Schmitt Reviewed-by: Jeremy Allison --- source3/modules/vfs_gpfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c index 4d1cfa6075a..4de78bf4acd 100644 --- a/source3/modules/vfs_gpfs.c +++ b/source3/modules/vfs_gpfs.c @@ -176,7 +176,7 @@ static int vfs_gpfs_kernel_flock(vfs_handle_struct *handle, files_struct *fsp, /* * A named stream fsp will have the basefile open in the fsp * fd, so lacking a distinct fd for the stream we have to skip - * kernel_flock and set_gpfs_sharemode for stream. + * set_gpfs_sharemode for stream. */ if (is_named_stream(fsp->fsp_name)) { DBG_NOTICE("Not requesting GPFS sharemode on stream: %s/%s\n", -- 2.11.4.GIT