diff options
Diffstat (limited to 'block/bdev.c')
-rw-r--r-- | block/bdev.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/block/bdev.c b/block/bdev.c index 520515e4e64e..889ec6e002d7 100644 --- a/block/bdev.c +++ b/block/bdev.c @@ -1310,8 +1310,7 @@ void sync_bdevs(bool wait) /* * Handle STATX_{DIOALIGN, WRITE_ATOMIC} for block devices. */ -void bdev_statx(struct path *path, struct kstat *stat, - u32 request_mask) +void bdev_statx(const struct path *path, struct kstat *stat, u32 request_mask) { struct block_device *bdev; |