summaryrefslogtreecommitdiff
path: root/include/linux/loop.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-08-18 23:59:01 +0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-08-18 23:59:01 +0400
commitf72222c74bd642182cc892c99df65cb105c61193 (patch)
tree3e35484b289f6dec19a73d5e56dcbcba846af032 /include/linux/loop.h
parent318b0b8d90326aee6a66c994432eee95c0a9aaea (diff)
parentd3c9e9a1390f8a34da8b69e09fa1afa90f5067f4 (diff)
downloadlinux-f72222c74bd642182cc892c99df65cb105c61193.tar.xz
Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into upstream/wm8711
Diffstat (limited to 'include/linux/loop.h')
-rw-r--r--include/linux/loop.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/loop.h b/include/linux/loop.h
index 40725447f5e0..66c194e2d9b9 100644
--- a/include/linux/loop.h
+++ b/include/linux/loop.h
@@ -56,8 +56,7 @@ struct loop_device {
gfp_t old_gfp_mask;
spinlock_t lo_lock;
- struct bio *lo_bio;
- struct bio *lo_biotail;
+ struct bio_list lo_bio_list;
int lo_state;
struct mutex lo_ctl_mutex;
struct task_struct *lo_thread;