diff options
author | Raghavendra G <raghavendra@gluster.com> | 2010-08-28 01:10:02 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-08-28 04:47:37 -0700 |
commit | 3ff1dbc7ad46427f175e1592a63b14ad8493c350 (patch) | |
tree | 3b24083fab653d2ba242eefdc410ce6d647eb6fb /libglusterfs/src | |
parent | 4a62b116eff66068bb16020093057708f4e106f8 (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/src')
-rw-r--r-- | libglusterfs/src/fd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/fd.c b/libglusterfs/src/fd.c index 4e942f5f1..870c85e3f 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); /* |