summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2003-07-10 10:03:44 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-07-10 10:03:44 -0700
commit627c04123e8f0ce8c8db2e5709b2f4946837d97c (patch)
tree7063757a8d10b11cf1bd076e0b1ae81524d6169a /include/linux
parentf4c39f4b33c64bf39b1be5209c07fcd28b69ae5a (diff)
[PATCH] nbd: remove unneeded nbd_open/nbd_release and refcnt
From: Paul Clements <Paul.Clements@SteelEye.com> Remove the unneeded nbd_open and nbd_release functions.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nbd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nbd.h b/include/linux/nbd.h
index f13d50432b0b..8a3311efe284 100644
--- a/include/linux/nbd.h
+++ b/include/linux/nbd.h
@@ -36,7 +36,6 @@ enum {
#define PARANOIA
struct nbd_device {
- int refcnt;
int flags;
int harderror; /* Code of hard error */
#define NBD_READ_ONLY 0x0001