diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-12-29 20:19:32 +0000 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2017-02-20 12:16:05 +0100 |
commit | 0fbc5360bf433ffeccbb94ef806d637049899741 (patch) | |
tree | 73709bfe0eff92ad584501bc92192fc7f89468bc /fs/ceph | |
parent | 52953d55917e45fdf62d5e6cb37c61c32dc8d373 (diff) | |
download | op-kernel-dev-0fbc5360bf433ffeccbb94ef806d637049899741.zip op-kernel-dev-0fbc5360bf433ffeccbb94ef806d637049899741.tar.gz |
ceph: fix spelling mistake: "enabing" -> "enabling"
trivial fix to spelling mistake in debug message
Signed-off-by: Colin Ian King <colin.king@canonical.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 5bc5d37..4e7421c 100644 --- a/fs/ceph/cache.c +++ b/fs/ceph/cache.c @@ -234,7 +234,7 @@ void ceph_fscache_file_set_cookie(struct inode *inode, struct file *filp) fscache_enable_cookie(ci->fscache, ceph_fscache_can_enable, inode); if (fscache_cookie_enabled(ci->fscache)) { - dout("fscache_file_set_cookie %p %p enabing cache\n", + dout("fscache_file_set_cookie %p %p enabling cache\n", inode, filp); } } |