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
..
Kconfig UBI: make tests modes dynamic 2011-03-16 13:50:17 +02:00
Makefile
build.c Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 2011-03-18 10:50:27 -07:00
cdev.c llseek: automatically add .llseek fop 2010-10-15 15:53:27 +02:00
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 UBI: preserve corrupted PEBs 2010-10-19 17:19:57 +03:00
gluebi.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
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
misc.c UBI: make check_pattern function non-static 2010-10-19 17:19:57 +03:00
scan.c UBI: make self-checks dynamic 2011-03-16 13:50:16 +02:00
scan.h UBI: add slab cache for ubi_scan_leb objects 2011-02-06 19:19:23 +02:00
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