diff options
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 7e5d7e018bea..669e419d6234 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -1372,7 +1372,7 @@ unsigned char *read_dev_sector(struct block_device *, sector_t, Sector *); | |||
| 1372 | 1372 | ||
| 1373 | static inline void put_dev_sector(Sector p) | 1373 | static inline void put_dev_sector(Sector p) |
| 1374 | { | 1374 | { |
| 1375 | page_cache_release(p.v); | 1375 | put_page(p.v); |
| 1376 | } | 1376 | } |
| 1377 | 1377 | ||
| 1378 | static inline bool __bvec_gap_to_prev(struct request_queue *q, | 1378 | static inline bool __bvec_gap_to_prev(struct request_queue *q, |
