X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fhfs%2Fbfind.c;h=89450ae322280b499906611f208fdd299aa08a7e;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=af78ad64fa3a43af864bdc248e1ab001bb905eac;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/fs/hfs/bfind.c b/fs/hfs/bfind.c index af78ad64f..89450ae32 100644 --- a/fs/hfs/bfind.c +++ b/fs/hfs/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;