Commit 83e1ce3f authored by Christoph Hellwig's avatar Christoph Hellwig

[PATCH] fix xfs build after lvm removal

parent f8542e1c
...@@ -1792,9 +1792,6 @@ xfs_alloc_buftarg( ...@@ -1792,9 +1792,6 @@ xfs_alloc_buftarg(
case EVMS_MAJOR: case EVMS_MAJOR:
btp->pbr_flags = PBR_ALIGNED_ONLY; btp->pbr_flags = PBR_ALIGNED_ONLY;
break; break;
case LVM_BLK_MAJOR:
btp->pbr_flags = PBR_SECTOR_ONLY;
break;
} }
return btp; return btp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment