X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fhfsplus%2Fbfind.c;h=257cdde0514b4ee830c2c51de025d2719a9a9777;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=d8305b7e1892f0b65bcf24e5175bbd0883220c5a;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/fs/hfsplus/bfind.c b/fs/hfsplus/bfind.c index d8305b7e1..257cdde05 100644 --- a/fs/hfsplus/bfind.c +++ b/fs/hfsplus/bfind.c @@ -85,7 +85,8 @@ int hfs_brec_find(struct hfs_find_data *fd) { struct hfs_btree *tree; struct hfs_bnode *bnode; - u32 data, nidx, parent; + u32 nidx, parent; + __be32 data; int height, res; tree = fd->tree;