https://github.com/torvalds/linux
Revision 2c7d46ec192e4f2b350f67a0e185b9bce646cd6b authored by NeilBrown on 18 August 2010, 06:16:05 UTC, committed by NeilBrown on 18 August 2010, 06:16:05 UTC
commit 7b6d91daee5cac6402186ff224c3af39d79f4a0e changed the behaviour
of a few variables in raid1 and raid10 from flags to bit-sets, but
left them as type 'bool' so they did not work.

Change them (back) to unsigned long.
(historical note: see 1ef04fefe2241087d9db7e9615c3f11b516e36cf)

Signed-off-by: NeilBrown <neilb@suse.de>
Reported-by: Jiri Slaby <jslaby@suse.cz> and many others
1 parent 6b96562
History
Tip revision: 2c7d46ec192e4f2b350f67a0e185b9bce646cd6b authored by NeilBrown on 18 August 2010, 06:16:05 UTC
md raid-1/10 Fix bio_rw bit manipulations again
Tip revision: 2c7d46e
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 936 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 172.4 KB
Makefile -rw-r--r-- 50.5 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top