projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4f675c
)
btrfs: typo: 'btrfS' -> 'btrfs'
author
Sergei Trofimovich
<slyfox@gentoo.org>
Fri, 20 May 2011 20:20:31 +0000
(20:20 +0000)
committer
Chris Mason
<chris.mason@oracle.com>
Mon, 23 May 2011 17:24:25 +0000
(13:24 -0400)
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/dir-item.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/dir-item.c
b/fs/btrfs/dir-item.c
index c62f02f6ae693728ce9286d963b78708428a86fb..dec93485d5390416e73788766b5cf40a3d019d0d 100644
(file)
--- 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 "btrf
S
: invalid dir item name len: %u\n",
+ printk(KERN_CRIT "btrf
s
: invalid dir item name len: %u\n",
(unsigned)btrfs_dir_data_len(leaf, dir_item));
return 1;
}