diff options
author | Geliang Tang <geliangtang@163.com> | 2015-09-29 23:41:05 -0400 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2015-11-02 17:36:47 -0500 |
commit | 1291fb950f12005600eb410c206fffd7231dee6f (patch) | |
tree | c9887d784a780d9482e27c36fe34f0e010fcaae8 /fs/ceph | |
parent | 13bf283408077931ace05449de92c68c1cb55120 (diff) |
ceph: fix a comment typo
Signed-off-by: Geliang Tang <geliangtang@163.com>
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Diffstat (limited to 'fs/ceph')
-rw-r--r-- | fs/ceph/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/cache.c b/fs/ceph/cache.c index 834f9f3723fb..a4766ded1ba7 100644 --- a/fs/ceph/cache.c +++ b/fs/ceph/cache.c | |||
@@ -88,7 +88,7 @@ static uint16_t ceph_fscache_inode_get_key(const void *cookie_netfs_data, | |||
88 | const struct ceph_inode_info* ci = cookie_netfs_data; | 88 | const struct ceph_inode_info* ci = cookie_netfs_data; |
89 | uint16_t klen; | 89 | uint16_t klen; |
90 | 90 | ||
91 | /* use ceph virtual inode (id + snaphot) */ | 91 | /* use ceph virtual inode (id + snapshot) */ |
92 | klen = sizeof(ci->i_vino); | 92 | klen = sizeof(ci->i_vino); |
93 | if (klen > maxbuf) | 93 | if (klen > maxbuf) |
94 | return 0; | 94 | return 0; |