From: Dan Mick <dan.mick@inktank.com>
To: Masanari Iida <standby24x7@gmail.com>
Cc: ceph-devel@vger.kernel.org
Subject: Re: [PATCH] [trivial] fs: ceph: Fix typo in xattr.c
Date: Tue, 23 Oct 2012 13:43:04 -0700 [thread overview]
Message-ID: <50870158.5010405@inktank.com> (raw)
In-Reply-To: <1350921998-7661-1-git-send-email-standby24x7@gmail.com>
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;
>
prev parent reply other threads:[~2012-10-23 20:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-22 16:06 [PATCH] [trivial] fs: ceph: Fix typo in xattr.c Masanari Iida
2012-10-23 20:43 ` Dan Mick [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50870158.5010405@inktank.com \
--to=dan.mick@inktank.com \
--cc=ceph-devel@vger.kernel.org \
--cc=standby24x7@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.