forgot to revert some file locking bits
authorMiklos Szeredi <miklos@szeredi.hu>
Wed, 14 Sep 2005 14:26:06 +0000 (14:26 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Wed, 14 Sep 2005 14:26:06 +0000 (14:26 +0000)
include/fuse_lowlevel.h

index aecd3d610b6c4e3d4cc39b8f95fe7830119b3295..1ffad93351d8377ca01b2f2d366064f7a9b65664 100644 (file)
@@ -42,14 +42,6 @@ struct fuse_entry_param {
     double entry_timeout;
 };
 
-struct fuse_lock_param {
-    int type;
-    off_t start;
-    off_t end;
-    unsigned long long owner;
-    pid_t pid;
-};
-
 struct fuse_ctx {
     /** User ID of the calling process */
     uid_t uid;