From cf9b0a0eed80efd0c88208615e0f915353b65cb0 Mon Sep 17 00:00:00 2001 From: Yutian Li Date: Wed, 8 May 2024 20:57:09 -0400 Subject: [PATCH] add changelog entry --- changelog/12300.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/12300.bugfix.rst diff --git a/changelog/12300.bugfix.rst b/changelog/12300.bugfix.rst new file mode 100644 index 000000000..6c1624820 --- /dev/null +++ b/changelog/12300.bugfix.rst @@ -0,0 +1 @@ +Fixed handling of 'Function not implemented' error under squashfuse_ll, which is a different way to say that the mountpoint is read-only.