From 6d369438b886fcbb8b480092c8b19b1db94b06d2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 26 Aug 2020 08:55:30 +0200 Subject: [PATCH] vfs: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/modules/vfs_shadow_copy2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_shadow_copy2.c b/source3/modules/vfs_shadow_copy2.c index 3be93f985dd..5081e37c05e 100644 --- a/source3/modules/vfs_shadow_copy2.c +++ b/source3/modules/vfs_shadow_copy2.c @@ -1000,7 +1000,7 @@ static void convert_sbuf(vfs_handle_struct *handle, const char *fname, return); if (priv->config->fixinodes) { - /* some snapshot systems, like GPFS, return the name + /* some snapshot systems, like GPFS, return the same device:inode for the snapshot files as the current files. That breaks the 'restore' button in the shadow copy GUI, as the client gets a sharing violation. -- 2.34.1