2002-01-11 15:37:57

by Oleg Drokin

[permalink] [raw]
Subject: [PATCH] 64 bit cleanness for reiserfs for 2.4

Hello!

These 2 patches fixes 64 bit cleanness issues in reiserfs code.
1st patch is famous bitops on int integer type fix (we got a report there were more bitops on ints
from "Dale Farnsworth" <[email protected]>,
so I performed an audit and here is the patch. Without this patch bad things should happen on 64 bit arches.

2nd patch is to fix warnings (and possibly not harmless ones) in fs/reiserfs/procfs.c when compiled on
64 bit architecture (I tested it on alpha). May be someone can come up with better solution, so I separated
it as different patch.

Consider these 2 as a bugfixes and please apply.

Bye,
Oleg


Attachments:
(No filename) (666.00 B)
64bit_bitops_fix-1.diff (1.77 kB)
64bit_kdevt_procfs_fix.diff (2.09 kB)
Download all attachments