git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12cfbad
)
Btrfs: fix max dir item size calculation
author
Filipe David Borba Manana
<fdmanana@gmail.com>
Wed, 27 Nov 2013 16:06:16 +0000
(16:06 +0000)
committer
Chris Mason
<clm@fb.com>
Tue, 28 Jan 2014 21:19:49 +0000
(13:19 -0800)
We were accounting for sizeof(struct btrfs_item) twice, once
in the data_size variable and another time in the if statement
below.
Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com>
Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/dir-item.c
patch
|
blob
|
history
diff --cc
fs/btrfs/dir-item.c
Simple merge