X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fext4%2Fxattr.c;h=8954208b489328a662b68803caa8b2b9e5b59daf;hb=ca6d1b1333bc2e61e37982de1f28d8604c232414;hp=93c5fdcdad2e3beae27e16f0c35830ce11d20db3;hpb=849c529f57020cc47085400edd5e641d95cd4faf;p=linux-2.6 diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c index 93c5fdcdad..8954208b48 100644 --- a/fs/ext4/xattr.c +++ b/fs/ext4/xattr.c @@ -1512,7 +1512,7 @@ static inline void ext4_xattr_hash_entry(struct ext4_xattr_header *header, char *name = entry->e_name; int n; - for (n=0; n < entry->e_name_len; n++) { + for (n = 0; n < entry->e_name_len; n++) { hash = (hash << NAME_HASH_SHIFT) ^ (hash >> (8*sizeof(hash) - NAME_HASH_SHIFT)) ^ *name++;