Displaying 1 result from an estimated 1 matches for "compound_store".
2006 Oct 30
0
File Store permissions
...ly file store mode would also be usefull but not essential.
Thanks,
Quinn
diff -puN ext-orig/store.h ext/store.h
--- ext-orig/store.h 2006-09-23 22:11:22.000000000 -0600
+++ ext/store.h 2006-10-21 14:36:50.000000000 -0600
@@ -176,6 +176,8 @@ struct Store
CompoundStore *cmpd; /* for compound_store only */
} dir;
+ mode_t file_mode;
+
HashSet *locks;
/**
diff -puN ext-orig/fs_store.c ext/fs_store.c
--- ext-orig/fs_store.c 2006-09-23 22:11:22.000000000 -0600
+++ ext/fs_store.c 2006-10-21 15:06:47.000000000 -0600
@@ -51,7 +51,7 @@ static void fs_touch(Store *store, char...