Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106569
b: refs/heads/master
c: 626dcb1
h: refs/heads/master
i:
  106567: 736f92e
v: v3
  • Loading branch information
Kai Makisara authored and James Bottomley committed Jul 26, 2008
1 parent da8edb5 commit 1ccf5b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f0773b5ff6d6978c01525f0c34db42d5cedb9394
refs/heads/master: 626dcb1ee39aa1010c27df31970ff0ecfb287208
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/st.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Last modified: 18-JAN-1998 Richard Gooch <rgooch@atnf.csiro.au> Devfs support
*/

static const char *verstr = "20080224";
static const char *verstr = "20080504";

#include <linux/module.h>

Expand Down Expand Up @@ -1670,6 +1670,7 @@ st_write(struct file *filp, const char __user *buf, size_t count, loff_t * ppos)
if (undone <= do_count) {
/* Only data from this write is not written */
count += undone;
b_point -= undone;
do_count -= undone;
if (STp->block_size)
blks = (transfer - undone) / STp->block_size;
Expand Down

0 comments on commit 1ccf5b5

Please sign in to comment.