]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] device-mapper ioctl: reduce PF_MEMALLOC usage
authorAlasdair G Kergon <agk@redhat.com>
Wed, 1 Feb 2006 11:04:52 +0000 (03:04 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 1 Feb 2006 16:53:10 +0000 (08:53 -0800)
commit03569806d3a63345d74920e33fe0c7451637ef60
treecd8c11b9d8c2c57cc36b1920d21f787bd8cdd83b
parentd0b4dd6bdc92acc1d0a2702f72a5c4e08db7e9ad
[PATCH] device-mapper ioctl: reduce PF_MEMALLOC usage

Reduce substantially the amount of code using PF_MEMALLOC, as envisaged in the
original FIXME.

If you're using lvm2, for this patch to work correctly you should update to
lvm2 version 2.02.01 or later and device-mapper version 1.02.02 or later.

Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/dm-ioctl.c