projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b17cb36
)
xfs: xfs_da3_node_read_verify() doesn't handle XFS_ATTR3_LEAF_MAGIC
author
Dave Chinner
<dchinner@redhat.com>
Sun, 19 May 2013 23:51:13 +0000
(09:51 +1000)
committer
Ben Myers
<bpm@sgi.com>
Fri, 24 May 2013 21:29:37 +0000
(16:29 -0500)
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
(cherry picked from commit
72916fb8cbcf0c2928f56cdc2fbe8c7bf5517758
)
fs/xfs/xfs_da_btree.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/xfs_da_btree.c
b/fs/xfs/xfs_da_btree.c
index 41ea7e14a7b65bd144e541beb7fd1a67e8c12a3d..0b8b2a13cd24debe493c8982679a2c565ebae5a1 100644
(file)
--- a/
fs/xfs/xfs_da_btree.c
+++ b/
fs/xfs/xfs_da_btree.c
@@
-270,6
+270,7
@@
xfs_da3_node_read_verify(
break;
return;
case XFS_ATTR_LEAF_MAGIC:
+ case XFS_ATTR3_LEAF_MAGIC:
bp->b_ops = &xfs_attr3_leaf_buf_ops;
bp->b_ops->verify_read(bp);
return;