summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src
diff options
context:
space:
mode:
authorAnand V. Avati <avati@gluster.com>2009-04-13 14:03:43 +0530
committerAnand V. Avati <avati@amp.gluster.com>2009-04-13 14:55:32 +0530
commita0bb8a02cd334aeda02e6146ea541a7dae4223d5 (patch)
treef091cedbcf5dce827e581fa01aea4280af0795b2 /libglusterfs/src
parent3fb7252c5ec7edd8c9234d4fcc369fd10707a613 (diff)
bug fix in iobuf_select_arena - call __iobuf_pool_add_arena (unlocked version)
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfs/src')
-rw-r--r--libglusterfs/src/iobuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/iobuf.c b/libglusterfs/src/iobuf.c
index 3ca87ca65d0..a4c6918d77d 100644
--- a/libglusterfs/src/iobuf.c
+++ b/libglusterfs/src/iobuf.c
@@ -262,7 +262,7 @@ __iobuf_select_arena (struct iobuf_pool *iobuf_pool)
if (!iobuf_arena) {
/* all arenas were full */
- iobuf_arena = iobuf_pool_add_arena (iobuf_pool);
+ iobuf_arena = __iobuf_pool_add_arena (iobuf_pool);
}
return iobuf_arena;
mmit/xlators/cluster/afr?id=6be7bd936eb30aa8d2b908061f60e1534e797657'>cluster/afr: Fix bugs in [f]inodelk/[f]entrylkPranith Kumar K2016-11-265-336/+381 * cluster/afr: Fix deadlock due to compound fopsKrutika Dhananjay2016-11-261-14/+8 * cluster/afr: Handle rpc errors, xdr failures etc with proper NULL checksKrutika Dhananjay2016-11-241-6/+17 * afr,dht,ec: Replace GF_EVENT_CHILD_MODIFIED with event SOME_DESCENDENT_DOWN/UPPoornima G2016-11-211-22/+16 * events: Add FMT_WARN for gf_eventPranith Kumar K2016-11-181-1/+4 * cluster/afr: When failing fop due to lack of quorum, also log error stringKrutika Dhananjay2016-11-091-11/+12 * features/shard: Fill loc.pargfid too for named lookups on individual shardsKrutika Dhananjay2016-11-081-2/+4 * afr,ec: Heal device files with correct major, minor numbersPranith Kumar K2016-10-261-1/+2 * md-cache, afr: Reduce the window of stale readPoornima G2016-10-202-2/+40 * cluster/afr: Prevent dict_set() on NULL dictPranith Kumar K2016-10-151-1/+2 * afr: Take full locks in arbiter only for data transactionsRavishankar N2016-10-141-1/+2 * cluster/ec: Implement heal info with lockAshish Pandey2016-10-111-18/+9 * afr: fix incorrect debug log in selfheal pathRavishankar N2016-10-041-2/+2 * afr: Implement IPC fopPoornima G2016-09-292-0/+121 * afr: Ignore gluster internal (virtual) xattrs in metadata heal checkRavishankar N2016-09-261-6/+7 * afr: Modifications to afr eventsRavishankar N2016-09-235-8/+14 * build: out-of-tree builds generates files in the wrong directoryKaleb S KEITHLEY2016-09-181-2/+3 * xlators/afr: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-151-2/+0 * xlators/afr: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-132-6/+0 * afr: add replication eventsRavishankar N2016-09-064-16/+82 * afr: Consume compound fops in afr transactionAnuradha Talur2016-09-017-64/+535 * glusterd : Introduce reset brickAnuradha Talur2016-08-291-2/+2 * afr: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-291-1/+0 * cluster/ec: Do multi-threaded self-healPranith Kumar K2016-08-241-3/+3 * cluster/afr: Give option to do consistent-ioPranith Kumar K2016-08-229-41/+229 * cluster/afr: Prevent split-brain when bricks are brought off and on in cyclic...Krutika Dhananjay2016-08-225-19/+152 * cluster/afr: Bug fixes in txn codepathKrutika Dhananjay2016-08-151-2/+2 *