diff options
| author | Vijay Bellur <vijay@gluster.com> | 2009-10-05 13:16:32 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-07 03:53:02 -0700 | 
| commit | e31b712714920c8133269b416a0c9efd5c6ec44e (patch) | |
| tree | c538b9f2f6e382f1292efd7b897d6d6842b7d3dc /xlators/performance/io-cache/src/page.c | |
| parent | c77583a4ae5ecf716edb4b7c7834fc804ba36dad (diff) | |
Changed occurrences of Z Research to Gluster.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'xlators/performance/io-cache/src/page.c')
| -rw-r--r-- | xlators/performance/io-cache/src/page.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/performance/io-cache/src/page.c b/xlators/performance/io-cache/src/page.c index be880344441..9db42bca1aa 100644 --- a/xlators/performance/io-cache/src/page.c +++ b/xlators/performance/io-cache/src/page.c @@ -1,5 +1,5 @@  /* -  Copyright (c) 2007-2009 Z RESEARCH, Inc. <http://www.zresearch.com> +  Copyright (c) 2007-2009 Gluster, Inc. <http://www.gluster.com>    This file is part of GlusterFS.    GlusterFS is free software; you can redistribute it and/or modify @@ -290,7 +290,7 @@ ioc_cache_still_valid (ioc_inode_t *ioc_inode, struct stat *stbuf)  #endif  #if 0 -	/* talk with avati@zresearch.com to enable this section */ +	/* talk with avati@gluster.com to enable this section */  	if (!ioc_inode->mtime && stbuf) {  		cache_still_valid = 1;  		ioc_inode->mtime = stbuf->st_mtime;  | 
