projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13bf283
)
ceph: fix a comment typo
author
Geliang Tang
<geliangtang@163.com>
Wed, 30 Sep 2015 03:41:05 +0000
(11:41 +0800)
committer
Ilya Dryomov
<idryomov@gmail.com>
Mon, 2 Nov 2015 22:36:47 +0000
(23:36 +0100)
Signed-off-by: Geliang Tang <geliangtang@163.com>
Signed-off-by: Yan, Zheng <zyan@redhat.com>
fs/ceph/cache.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ceph/cache.c
b/fs/ceph/cache.c
index 834f9f3723fbe3980e8a9705e8c1d0f86936eb40..a4766ded1ba78e8bbbff70d4c5e65b3f9060d687 100644
(file)
--- 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,
const struct ceph_inode_info* ci = cookie_netfs_data;
uint16_t klen;
- /* use ceph virtual inode (id + snaphot) */
+ /* use ceph virtual inode (id + snap
s
hot) */
klen = sizeof(ci->i_vino);
if (klen > maxbuf)
return 0;