aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-stripe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-stripe.c')
-rw-r--r--drivers/md/dm-stripe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-stripe.c b/drivers/md/dm-stripe.c
index 01bb9cf2a8c2..83f1d4667195 100644
--- a/drivers/md/dm-stripe.c
+++ b/drivers/md/dm-stripe.c
@@ -309,7 +309,7 @@ static int stripe_map(struct dm_target *ti, struct bio *bio)
309} 309}
310 310
311static long stripe_direct_access(struct dm_target *ti, sector_t sector, 311static long stripe_direct_access(struct dm_target *ti, sector_t sector,
312 void __pmem **kaddr, pfn_t *pfn, long size) 312 void **kaddr, pfn_t *pfn, long size)
313{ 313{
314 struct stripe_c *sc = ti->private; 314 struct stripe_c *sc = ti->private;
315 uint32_t stripe; 315 uint32_t stripe;