summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndries E. Brouwer <andries.brouwer@cwi.nl>2003-02-06 00:22:48 -0800
committerChristoph Hellwig <hch@lab343.munich.sgi.com>2003-02-06 00:22:48 -0800
commit6b932555f7693040e3f8034dff9042d8b236dc3e (patch)
tree1c618d2a14f4edda6f3cf39d21b762542661778e /include/linux
parent1dbb976e474aeb880bc8a2d918bbb2f70af073a4 (diff)
[PATCH] Remove dead code
In struct char_dev the fields openers and sem are unused. The file char_dev.c claims that it is called differently.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 9a17c9819ae9..037c1fe2ad6c 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -332,8 +332,6 @@ struct char_device {
struct list_head hash;
atomic_t count;
dev_t dev;
- atomic_t openers;
- struct semaphore sem;
};
struct block_device {