diff options
author | Pavel Machek <pavel@ucw.cz> | 2006-06-25 08:47:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 13:01:06 -0400 |
commit | dbf492d6c1a1bf5a8bda40274f479119f4c42ca4 (patch) | |
tree | 21f63aa351d91c6991f41a9b9d04c7d543837c51 /drivers/block/nbd.c | |
parent | 83cc5ed3c4c65fc4c3729a5cec2111ede1ebf85e (diff) |
[PATCH] nbd: kill obsolete changelog, add GPL
nbd abuses file header as a changelog (and obsolete one, too), and fails to
mention GPL. This fixes it.
Signed-off-by: Pavel Machek <pavel@suse.cz>
Cc: <Paul.Clements@steeleye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/block/nbd.c')
-rw-r--r-- | drivers/block/nbd.c | 34 |
1 files changed, 2 insertions, 32 deletions
diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c index 8bca4905d7f7..7f554f2ed079 100644 --- a/drivers/block/nbd.c +++ b/drivers/block/nbd.c | |||
@@ -7,39 +7,9 @@ | |||
7 | * Copyright 1997-2000 Pavel Machek <pavel@ucw.cz> | 7 | * Copyright 1997-2000 Pavel Machek <pavel@ucw.cz> |
8 | * Parts copyright 2001 Steven Whitehouse <steve@chygwyn.com> | 8 | * Parts copyright 2001 Steven Whitehouse <steve@chygwyn.com> |
9 | * | 9 | * |
10 | * (part of code stolen from loop.c) | 10 | * This file is released under GPLv2 or later. |
11 | * | 11 | * |
12 | * 97-3-25 compiled 0-th version, not yet tested it | 12 | * (part of code stolen from loop.c) |
13 | * (it did not work, BTW) (later that day) HEY! it works! | ||
14 | * (bit later) hmm, not that much... 2:00am next day: | ||
15 | * yes, it works, but it gives something like 50kB/sec | ||
16 | * 97-4-01 complete rewrite to make it possible for many requests at | ||
17 | * once to be processed | ||
18 | * 97-4-11 Making protocol independent of endianity etc. | ||
19 | * 97-9-13 Cosmetic changes | ||
20 | * 98-5-13 Attempt to make 64-bit-clean on 64-bit machines | ||
21 | * 99-1-11 Attempt to make 64-bit-clean on 32-bit machines <ankry@mif.pg.gda.pl> | ||
22 | * 01-2-27 Fix to store proper blockcount for kernel (calculated using | ||
23 | * BLOCK_SIZE_BITS, not device blocksize) <aga@permonline.ru> | ||
24 | * 01-3-11 Make nbd work with new Linux block layer code. It now supports | ||
25 | * plugging like all the other block devices. Also added in MSG_MORE to | ||
26 | * reduce number of partial TCP segments sent. <steve@chygwyn.com> | ||
27 | * 01-12-6 Fix deadlock condition by making queue locks independent of | ||
28 | * the transmit lock. <steve@chygwyn.com> | ||
29 | * 02-10-11 Allow hung xmit to be aborted via SIGKILL & various fixes. | ||
30 | * <Paul.Clements@SteelEye.com> <James.Bottomley@SteelEye.com> | ||
31 | * 03-06-22 Make nbd work with new linux 2.5 block layer design. This fixes | ||
32 | * memory corruption from module removal and possible memory corruption | ||
33 | * from sending/receiving disk data. <ldl@aros.net> | ||
34 | * 03-06-23 Cosmetic changes. <ldl@aros.net> | ||
35 | * 03-06-23 Enhance diagnostics support. <ldl@aros.net> | ||
36 | * 03-06-24 Remove unneeded blksize_bits field from nbd_device struct. | ||
37 | * <ldl@aros.net> | ||
38 | * 03-06-24 Cleanup PARANOIA usage & code. <ldl@aros.net> | ||
39 | * 04-02-19 Remove PARANOIA, plus various cleanups (Paul Clements) | ||
40 | * possible FIXME: make set_sock / set_blksize / set_size / do_it one syscall | ||
41 | * why not: would need access_ok and friends, would share yet another | ||
42 | * structure with userland | ||
43 | */ | 13 | */ |
44 | 14 | ||
45 | #include <linux/major.h> | 15 | #include <linux/major.h> |