diff mbox

[trivial] fs: ceph: Fix typo in xattr.c

Message ID 1350921998-7661-1-git-send-email-standby24x7@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Masanari Iida Oct. 22, 2012, 4:06 p.m. UTC
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(-)

Comments

Dan Mick Oct. 23, 2012, 8:43 p.m. UTC | #1
Thanks!  Making sure this gets incorporated in our next update.

On 10/22/2012 09:06 AM, Masanari Iida wrote:
> 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;
>
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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;