diff --git a/fuse/types.go b/fuse/types.go index 69e124975..d5ce7ab81 100644 --- a/fuse/types.go +++ b/fuse/types.go @@ -285,8 +285,8 @@ const ( CAP_WRITEBACK_CACHE = (1 << 16) CAP_NO_OPEN_SUPPORT = (1 << 17) CAP_PARALLEL_DIROPS = (1 << 18) - CAP_HANDLE_KILLPRIV = (1 << 19) - CAP_POSIX_ACL = (1 << 20) + CAP_POSIX_ACL = (1 << 19) + CAP_HANDLE_KILLPRIV = (1 << 20) CAP_ABORT_ERROR = (1 << 21) CAP_MAX_PAGES = (1 << 22) CAP_CACHE_SYMLINKS = (1 << 23)