linux/drivers/mtd/ubi
Artem Bityutskiy 3d46b316bc UBI: use GFP_NOFS properly
This patch fixes a brown-paperbag bug which was introduced by me:
I used incorrect "GFP_KERNEL | GFP_NOFS" allocation flags to make
sure my allocations do not cause write-back. But the correct form
is "GFP_NOFS".

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2011-03-24 16:09:56 +02:00
..
build.c Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 2011-03-18 10:50:27 -07:00
cdev.c
debug.c UBI: make tests modes dynamic 2011-03-16 13:50:17 +02:00
debug.h UBI: make tests modes dynamic 2011-03-16 13:50:17 +02:00
eba.c
gluebi.c
io.c UBI: use GFP_NOFS properly 2011-03-24 16:09:56 +02:00
kapi.c UBI: provide LEB offset information 2011-03-08 10:12:48 +02:00
Kconfig UBI: make tests modes dynamic 2011-03-16 13:50:17 +02:00
Makefile
misc.c
scan.c UBI: make self-checks dynamic 2011-03-16 13:50:16 +02:00
scan.h
ubi-media.h
ubi.h Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 2011-03-18 10:50:27 -07:00
upd.c
vmt.c UBI: make self-checks dynamic 2011-03-16 13:50:16 +02:00
vtbl.c Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 2011-03-18 10:50:02 -07:00
wl.c UBI: make tests modes dynamic 2011-03-16 13:50:17 +02:00