aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fuse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h
index 24905c4..eef77d9 100644
--- a/include/linux/fuse.h
+++ b/include/linux/fuse.h
@@ -93,6 +93,7 @@ enum fuse_opcode {
FUSE_READ = 15,
FUSE_WRITE = 16,
FUSE_STATFS = 17,
+ FUSE_RELEASE = 18
};
/* Conservative buffer size for the client */