Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8723
b: refs/heads/master
c: 1c8e71d
h: refs/heads/master
i:
  8721: 4447f0e
  8719: 56821ae
v: v3
  • Loading branch information
Douglas Gilbert authored and James Bottomley committed Sep 9, 2005
1 parent 68318bc commit 9a7a24b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 788ce43aa1ad7158f894b6bb3df8ba2f63794c20
refs/heads/master: 1c8e71d72026ed4c6ba0fdfd7eebd865f4fd1415
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/sg.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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 = "20050901";
static char *sg_version_date = "20050908";

static int sg_proc_init(void);
static void sg_proc_cleanup(void);
Expand Down Expand Up @@ -1299,7 +1299,7 @@ sg_mmap(struct file *filp, struct vm_area_struct *vma)
sg_rb_correct4mmap(rsv_schp, 1); /* do only once per fd lifetime */
sfp->mmap_called = 1;
}
vma->vm_flags |= (VM_RESERVED | VM_IO);
vma->vm_flags |= VM_RESERVED;
vma->vm_private_data = sfp;
vma->vm_ops = &sg_mmap_vm_ops;
return 0;
Expand Down

0 comments on commit 9a7a24b

Please sign in to comment.