Skip to content

Commit

Permalink
Enable the concurrent access fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gelinasc committed May 21, 2012
1 parent dd54d08 commit df1fd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/blobstore.c
Expand Up @@ -1120,7 +1120,7 @@ static int read_blockblob_metadata_path (blockblob_path_t path_t, const blobstor
// writes strings from 'array' or size 'array_size' (which can be 0) line-by-line
// into a specific metadata file (based on 'path_t') of blob 'bb_id'
// returns 0 for success and -1 for error
//#define CHUCK
#define CHUCK
static int write_array_blockblob_metadata_path (blockblob_path_t path_t, const blobstore * bs, const char * bb_id, char ** array, int array_size)
{
int ret = 0;
Expand Down

0 comments on commit df1fd8d

Please sign in to comment.