summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
authorRaghavendra G <raghavendra@gluster.com>2010-08-28 01:10:02 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-08-28 04:47:37 -0700
commit3ff1dbc7ad46427f175e1592a63b14ad8493c350 (patch)
tree3b24083fab653d2ba242eefdc410ce6d647eb6fb /libglusterfs
parent4a62b116eff66068bb16020093057708f4e106f8 (diff)
performance/stat-prefetch: while removing an entry from cache, remove it from caches stored in all opened fds.
Signed-off-by: Raghavendra G <raghavendra@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 1414 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1414
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/fd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/fd.c b/libglusterfs/src/fd.c
index 4e942f5f16e..870c85e3f32 100644
--- a/libglusterfs/src/fd.c
+++ b/libglusterfs/src/fd.c
@@ -34,7 +34,7 @@ static int
gf_fd_fdtable_expand (fdtable_t *fdtable, uint32_t nr);
-static fd_t *
+fd_t *
_fd_ref (fd_t *fd);
/*