All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeffrey Mahoney <jeffm@suse.com>
To: Hans Reiser <reiser@namesys.com>
Cc: ReiserFS List <reiserfs-list@namesys.com>
Subject: Re: [PATCH 05/05] reiserfs: use reiserfs_error()
Date: Fri, 16 Jun 2006 01:18:44 -0400	[thread overview]
Message-ID: <44923F34.4070202@suse.com> (raw)
In-Reply-To: <44923B38.4030802@namesys.com>

Hans Reiser wrote:
> Jeff Mahoney wrote:
>> +			reiserfs_error(s, "vs-4020", "bitmap block "
>> +			               "%lu(%u) can't be freed or reused",
>> +			               block, SB_BMAP_NR(s));
>> 			return 0;
>> 		}
>>
>> 	get_bit_address(s, block, &i, &j);
>>
>> 	if (i >= SB_BMAP_NR(s)) {
>> -		reiserfs_warning(s, "vs-4030", "there is no so many "
>>  
>>
> Jeff, as a native english speaker, can you review the english and
> informativeness of these?
> 
>> -		                 "bitmap blocks: block=%lu, bitmap_nr=%d",
>> -				 block, i);
>> +		reiserfs_error(s, "vs-4030", "there is no so many "
>> +		               "bitmap blocks: block=%lu, bitmap_nr=%d",
>> +		               block, i);
>> 		return 0;
>> 	}

At some point, sure, but I'd rather it be a separate patch. This one is 
just focused on the warning/panic->error conversion. At some point a 
reiserfs-proper-english.diff might not be a bad idea.

-Jeff

--
Jeff Mahoney
SUSE Labs

      reply	other threads:[~2006-06-16  5:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-16  4:19 [PATCH 05/05] reiserfs: use reiserfs_error() Jeff Mahoney
2006-06-16  5:01 ` Hans Reiser
2006-06-16  5:18   ` Jeffrey Mahoney [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=44923F34.4070202@suse.com \
    --to=jeffm@suse.com \
    --cc=reiser@namesys.com \
    --cc=reiserfs-list@namesys.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.