10 Nov, 2005
1 commit
-
Signed-off-by: James Bottomley
07 Nov, 2005
1 commit
-
This is the drivers/scsi/ part of the big kfree cleanup patch.
Remove pointless checks for NULL prior to calling kfree() in drivers/scsi/.
Signed-off-by: Jesper Juhl
Cc: James Bottomley
Acked-by: Kai Makisara
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
29 Oct, 2005
2 commits
-
Wrap a highly common idiom. Makes the code easier to read, helps pave
the way for sdev->{id,channel} removal, and adds a token that can easily
by grepped-for in the future.There are a couple sdev_id() and scmd_printk() updates thrown in as well.
Rejections fixed up and
Signed-off-by: James Bottomley -
Rejections fixed up and
Signed-off-by: James Bottomley
27 Jun, 2005
1 commit
-
it's never set to anything, and just three broken drivers are looking
at it and doing odd things.Signed-off-by: James Bottomley
18 Jun, 2005
2 commits
-
Signed-off-by: James Bottomley
-
Drivers need not implement a hook that returns FAILED, and does nothing
else, since the SCSI midlayer code will do that for us.Signed-off-by: James Bottomley
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!