Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33591
b: refs/heads/master
c: b2155d0
h: refs/heads/master
i:
  33589: bc8bea6
  33587: 01b51d9
  33583: f9b8cd5
v: v3
  • Loading branch information
Douglas Gilbert authored and James Bottomley committed Aug 26, 2006
1 parent bf95683 commit d5d1b2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 48e2691f9c3bd6719e773f0b883449f4cef39585
refs/heads/master: b2155d0417df9f2b4c0d396b6530b864d9f08623
8 changes: 4 additions & 4 deletions trunk/drivers/scsi/sg.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
*
*/

static int sg_version_num = 30533; /* 2 digits for each component */
#define SG_VERSION_STR "3.5.33"
static int sg_version_num = 30534; /* 2 digits for each component */
#define SG_VERSION_STR "3.5.34"

/*
* D. P. Gilbert (dgilbert@interlog.com, dougg@triode.net.au), notes:
Expand Down Expand Up @@ -60,7 +60,7 @@ static int sg_version_num = 30533; /* 2 digits for each component */

#ifdef CONFIG_SCSI_PROC_FS
#include <linux/proc_fs.h>
static char *sg_version_date = "20050908";
static char *sg_version_date = "20060818";

static int sg_proc_init(void);
static void sg_proc_cleanup(void);
Expand Down Expand Up @@ -1164,7 +1164,7 @@ sg_vma_nopage(struct vm_area_struct *vma, unsigned long addr, int *type)
len = vma->vm_end - sa;
len = (len < sg->length) ? len : sg->length;
if (offset < len) {
page = sg->page;
page = virt_to_page(page_address(sg->page) + offset);
get_page(page); /* increment page count */
break;
}
Expand Down

0 comments on commit d5d1b2d

Please sign in to comment.