Commit 1291fb95 authored by Geliang Tang's avatar Geliang Tang Committed by Ilya Dryomov

ceph: fix a comment typo

Signed-off-by: default avatarGeliang Tang <geliangtang@163.com>
Signed-off-by: default avatarYan, Zheng <zyan@redhat.com>
parent 13bf2834
...@@ -88,7 +88,7 @@ static uint16_t ceph_fscache_inode_get_key(const void *cookie_netfs_data, ...@@ -88,7 +88,7 @@ static uint16_t ceph_fscache_inode_get_key(const void *cookie_netfs_data,
const struct ceph_inode_info* ci = cookie_netfs_data; const struct ceph_inode_info* ci = cookie_netfs_data;
uint16_t klen; uint16_t klen;
/* use ceph virtual inode (id + snaphot) */ /* use ceph virtual inode (id + snapshot) */
klen = sizeof(ci->i_vino); klen = sizeof(ci->i_vino);
if (klen > maxbuf) if (klen > maxbuf)
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment