From 1e76c531c57f7e735eb8c29bd8174633a538e938 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 13 May 2024 18:30:44 +0200 Subject: [FUSE] I'M AN IDIOT --- src/fuse/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuse/main.c b/src/fuse/main.c index f76cfb6..13dd168 100644 --- a/src/fuse/main.c +++ b/src/fuse/main.c @@ -310,7 +310,7 @@ static void image_ll_setattr( fuse_req_t req, fuse_ino_t ino, struct stat *attr, cowfile_setSize( req, attr->st_size, ino, fi); return; } - fuse_reply_error( req, EACCES ); + fuse_reply_err( req, EACCES ); } /* map the implemented fuse operations */ -- cgit v1.2.3-55-g7522