aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/loop.h
diff options
context:
space:
mode:
authorSteve French <sfrench@hera.kernel.org>2005-06-23 19:03:20 -0700
committerSteve French <sfrench@hera.kernel.org>2005-06-23 19:03:20 -0700
commitfa5cfae37799177769e9ae2c0527fbdfea462fa9 (patch)
tree02f99e208949486c8899a310846dee444bac8093 /include/linux/loop.h
parent[CIFS] Performance improvement, finish up adding CIFSSMBWrite2 (diff)
parentMerge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 (diff)
Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'include/linux/loop.h')
-rw-r--r--include/linux/loop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/loop.h b/include/linux/loop.h
index 8220d9c9da00..53fa51595443 100644
--- a/include/linux/loop.h
+++ b/include/linux/loop.h
@@ -61,7 +61,7 @@ struct loop_device {
struct semaphore lo_sem;
struct semaphore lo_ctl_mutex;
struct semaphore lo_bh_mutex;
- atomic_t lo_pending;
+ int lo_pending;
request_queue_t *lo_queue;
};