linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] btrfs: typo: 'btrfS' -> 'btrfs'
@ 2011-05-07 21:29 slyich
  2011-05-07 21:29 ` [PATCH 3/4] btrfs: don't spin in shrink_delalloc if there is nothing to free slyich
  2011-05-07 21:29 ` [PATCH 4/4] btrfs: fix typo 'testeing' -> 'testing' slyich
  0 siblings, 2 replies; 5+ messages in thread
From: slyich @ 2011-05-07 21:29 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Chris Mason, Sergei Trofimovich, Sergei Trofimovich

From: Sergei Trofimovich <st@anti-virus.by>

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
---
 fs/btrfs/dir-item.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/btrfs/dir-item.c b/fs/btrfs/dir-item.c
index c62f02f..dec9348 100644
--- a/fs/btrfs/dir-item.c
+++ b/fs/btrfs/dir-item.c
@@ -452,7 +452,7 @@ int verify_dir_item(struct btrfs_root *root,
 		namelen = XATTR_NAME_MAX;
 
 	if (btrfs_dir_name_len(leaf, dir_item) > namelen) {
-		printk(KERN_CRIT "btrfS: invalid dir item name len: %u\n",
+		printk(KERN_CRIT "btrfs: invalid dir item name len: %u\n",
 		       (unsigned)btrfs_dir_data_len(leaf, dir_item));
 		return 1;
 	}
-- 
1.7.3.4


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

end of thread, other threads:[~2011-05-10 19:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-07 21:29 [PATCH 1/4] btrfs: typo: 'btrfS' -> 'btrfs' slyich
2011-05-07 21:29 ` [PATCH 3/4] btrfs: don't spin in shrink_delalloc if there is nothing to free slyich
2011-05-09 16:00   ` Josef Bacik
2011-05-10 19:27     ` Sergei Trofimovich
2011-05-07 21:29 ` [PATCH 4/4] btrfs: fix typo 'testeing' -> 'testing' slyich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).