Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93189
b: refs/heads/master
c: 8ee2767
h: refs/heads/master
i:
  93187: cd792eb
v: v3
  • Loading branch information
Milan Broz authored and Alasdair G Kergon committed Apr 25, 2008
1 parent 1746896 commit 2d84d00
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: 924362629bf5645aee5f49f8a0d0d5b193e65997
refs/heads/master: 8ee2767a5903fde549fd3597690f64c8d951051a
4 changes: 2 additions & 2 deletions trunk/drivers/md/dm-snap.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
#define SNAPSHOT_COPY_PRIORITY 2

/*
* Each snapshot reserves this many pages for io
* Reserve 1MB for each snapshot initially (with minimum of 1 page).
*/
#define SNAPSHOT_PAGES 256
#define SNAPSHOT_PAGES (((1UL << 20) >> PAGE_SHIFT) ? : 1)

static struct workqueue_struct *ksnapd;
static void flush_queued_bios(struct work_struct *work);
Expand Down

0 comments on commit 2d84d00

Please sign in to comment.