]> err.no Git - linux-2.6/blobdiff - include/linux/fuse.h
[PATCH] Introduce sg_set_buf
[linux-2.6] / include / linux / fuse.h
index c65124a213a1224e22fc779c388c99f3725ecb24..acbeb96a3353057de1ba0f7772fe2e2b60585c17 100644 (file)
@@ -99,7 +99,8 @@ enum fuse_opcode {
        FUSE_INIT          = 26,
        FUSE_OPENDIR       = 27,
        FUSE_READDIR       = 28,
-       FUSE_RELEASEDIR    = 29
+       FUSE_RELEASEDIR    = 29,
+       FUSE_FSYNCDIR      = 30
 };
 
 /* Conservative buffer size for the client */