search for: blk_partition_remap

Displaying 4 results from an estimated 4 matches for "blk_partition_remap".

2017 Dec 26
2
Samba does not report I/O error to the client
...usb 5-2.1: Product: My Book Dec 26 21:41:04.168687 kernel: usb 5-2.1: Manufacturer: Western Digital Dec 26 21:41:04.168995 kernel: usb 5-2.1: SerialNumber: 575532553130303530353538 Dec 26 21:41:04.191879 kernel: usb-storage 5-2.1:1.0: USB Mass Storage device detected Dec 26 21:41:13.365071 kernel: blk_partition_remap: fail for partition 1 Dec 26 21:41:13.365382 kernel: EXT4-fs warning (device sde1): dx_probe:744: inode #35151873: lblock 0: comm smbd: error -5 reading directory block Dec 26 21:41:13.365522 kernel: blk_partition_remap: fail for partition 1 Dec 26 21:41:13.365658 kernel: EXT4-fs warning (device sd...
2018 Jan 02
0
Samba does not report I/O error to the client
...My Book > Dec 26 21:41:04.168687 kernel: usb 5-2.1: Manufacturer: Western Digital > Dec 26 21:41:04.168995 kernel: usb 5-2.1: SerialNumber: 575532553130303530353538 > Dec 26 21:41:04.191879 kernel: usb-storage 5-2.1:1.0: USB Mass Storage device detected > Dec 26 21:41:13.365071 kernel: blk_partition_remap: fail for partition 1 > Dec 26 21:41:13.365382 kernel: EXT4-fs warning (device sde1): dx_probe:744: inode #35151873: lblock 0: comm smbd: error -5 reading directory block > Dec 26 21:41:13.365522 kernel: blk_partition_remap: fail for partition 1 > Dec 26 21:41:13.365658 kernel: EXT4-fs war...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...add_acct_request(q, req, where); + add_acct_request(req, where); __blk_run_queue(q); -out_unlock: spin_unlock_irq(q->queue_lock); } } EXPORT_SYMBOL_GPL(blk_queue_bio); /* for device mapper only */ /* * If bio->bi_dev is a partition, remap the location */ static inline void blk_partition_remap(struct bio *bio) @@ -1796,19 +1773,19 @@ int blk_insert_cloned_request(struct request_queue *q, struct request *rq) /* * Submitting request must be dequeued before calling this function * because it will be linked to another request_queue */ BUG_ON(blk_queued_rq(rq)); if (rq->cm...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...add_acct_request(q, req, where); + add_acct_request(req, where); __blk_run_queue(q); -out_unlock: spin_unlock_irq(q->queue_lock); } } EXPORT_SYMBOL_GPL(blk_queue_bio); /* for device mapper only */ /* * If bio->bi_dev is a partition, remap the location */ static inline void blk_partition_remap(struct bio *bio) @@ -1796,19 +1773,19 @@ int blk_insert_cloned_request(struct request_queue *q, struct request *rq) /* * Submitting request must be dequeued before calling this function * because it will be linked to another request_queue */ BUG_ON(blk_queued_rq(rq)); if (rq->cm...