lkml.org 
[lkml]   [2012]   [Oct]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] [trivial] fs: ceph: Fix typo in xattr.c
Date
Correct spelling typo in debug message

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
fs/ceph/xattr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/ceph/xattr.c b/fs/ceph/xattr.c
index 2c2ae5b..f4b2c0e 100644
--- a/fs/ceph/xattr.c
+++ b/fs/ceph/xattr.c
@@ -813,7 +813,7 @@ retry:
struct ceph_buffer *blob;

spin_unlock(&ci->i_ceph_lock);
- dout(" preaallocating new blob size=%d\n", required_blob_size);
+ dout(" preallocating new blob size=%d\n", required_blob_size);
blob = ceph_buffer_new(required_blob_size, GFP_NOFS);
if (!blob)
goto out;
@@ -909,7 +909,7 @@ retry:
struct ceph_buffer *blob;

spin_unlock(&ci->i_ceph_lock);
- dout(" preaallocating new blob size=%d\n", required_blob_size);
+ dout(" preallocating new blob size=%d\n", required_blob_size);
blob = ceph_buffer_new(required_blob_size, GFP_NOFS);
if (!blob)
goto out;
--
1.8.0.rc3.16.g8ead1bf


\
 
 \ /
  Last update: 2012-10-22 18:21    [W:0.026 / U:0.800 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site