Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242269
b: refs/heads/master
c: 6fac80e
h: refs/heads/master
i:
  242267: 98fcd51
v: v3
  • Loading branch information
Tejun Heo committed Mar 9, 2011
1 parent 6b33741 commit cfe8aa7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: ffe80cea354519d846767b8165598c2903706c2a
refs/heads/master: 6fac80e3aa9e5bfc6cadb9ea8d0584c557c4b198
10 changes: 0 additions & 10 deletions trunk/drivers/block/umem.c
Original file line number Diff line number Diff line change
Expand Up @@ -779,20 +779,10 @@ static int mm_getgeo(struct block_device *bdev, struct hd_geometry *geo)
return 0;
}

/*
* Future support for removable devices
*/
static int mm_check_change(struct gendisk *disk)
{
/* struct cardinfo *dev = disk->private_data; */
return 0;
}

static const struct block_device_operations mm_fops = {
.owner = THIS_MODULE,
.getgeo = mm_getgeo,
.revalidate_disk = mm_revalidate,
.media_changed = mm_check_change,
};

static int __devinit mm_pci_probe(struct pci_dev *dev,
Expand Down

0 comments on commit cfe8aa7

Please sign in to comment.