diff options
Diffstat (limited to 'xlators/performance/io-cache/src')
| -rw-r--r-- | xlators/performance/io-cache/src/io-cache.c | 2 | ||||
| -rw-r--r-- | xlators/performance/io-cache/src/io-cache.h | 2 | ||||
| -rw-r--r-- | xlators/performance/io-cache/src/ioc-inode.c | 2 | ||||
| -rw-r--r-- | xlators/performance/io-cache/src/page.c | 4 | 
4 files changed, 5 insertions, 5 deletions
diff --git a/xlators/performance/io-cache/src/io-cache.c b/xlators/performance/io-cache/src/io-cache.c index 5e93d164aba..bc7451c2654 100644 --- a/xlators/performance/io-cache/src/io-cache.c +++ b/xlators/performance/io-cache/src/io-cache.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 diff --git a/xlators/performance/io-cache/src/io-cache.h b/xlators/performance/io-cache/src/io-cache.h index 5d0590d3311..8f628d207bd 100644 --- a/xlators/performance/io-cache/src/io-cache.h +++ b/xlators/performance/io-cache/src/io-cache.h @@ -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 diff --git a/xlators/performance/io-cache/src/ioc-inode.c b/xlators/performance/io-cache/src/ioc-inode.c index 60207720278..380558e06aa 100644 --- a/xlators/performance/io-cache/src/ioc-inode.c +++ b/xlators/performance/io-cache/src/ioc-inode.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 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;  | 
