filer: option to create file only if it is new, O_EXCL
This commit is contained in:
@@ -123,6 +123,7 @@ message FuseAttributes {
|
||||
message CreateEntryRequest {
|
||||
string directory = 1;
|
||||
Entry entry = 2;
|
||||
bool o_excl = 3;
|
||||
}
|
||||
|
||||
message CreateEntryResponse {
|
||||
|
||||
Reference in New Issue
Block a user