udf_strategy: remove redundant comment
We fail mapping for any udf_bmap_internal error and there can be different reasons for it, so no need to (over-)emphasize files with data in fentry. Submitted by: bde Approved by: jhb
This commit is contained in:
parent
4d7c2e8a48
commit
9cd835bba9
@ -1018,10 +1018,6 @@ udf_strategy(struct vop_strategy_args *a)
|
||||
node = VTON(vp);
|
||||
|
||||
if (bp->b_blkno == bp->b_lblkno) {
|
||||
/*
|
||||
* Files that are embedded in the fentry don't translate well
|
||||
* to a block number. Reject.
|
||||
*/
|
||||
offset = lblktosize(node->udfmp, bp->b_lblkno);
|
||||
error = udf_bmap_internal(node, offset, §or, &maxsize);
|
||||
if (error) {
|
||||
|
Loading…
Reference in New Issue
Block a user