All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [trivial] fs: ceph: Fix typo in xattr.c
@ 2012-10-22 16:06 Masanari Iida
  2012-10-23 20:43 ` Dan Mick
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-10-22 16:06 UTC (permalink / raw)
  To: sage, trivial, linux-kernel, ceph-devel; +Cc: Masanari Iida

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [trivial] fs: ceph: Fix typo in xattr.c
  2012-10-22 16:06 [PATCH] [trivial] fs: ceph: Fix typo in xattr.c Masanari Iida
@ 2012-10-23 20:43 ` Dan Mick
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Mick @ 2012-10-23 20:43 UTC (permalink / raw)
  To: Masanari Iida; +Cc: ceph-devel

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;
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-23 20:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-22 16:06 [PATCH] [trivial] fs: ceph: Fix typo in xattr.c Masanari Iida
2012-10-23 20:43 ` Dan Mick

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.