openzfs / spl

A shim layer which adds the core interfaces required for OpenZFS.
https://zfsonlinux.org/
GNU General Public License v2.0
282 stars 181 forks source link

SECTOR_SIZE now in linux/blkdev.h #697

Closed dinatale2 closed 6 years ago

dinatale2 commented 6 years ago

As of https://github.com/torvalds/linux/commit/233bde21, SECTOR_SIZE is defined in linux/blkdev.h. Define SECTOR_SIZE in sunldi.h only if it's not already defined.

Signed-off-by: Giuseppe Di Natale dinatale2@llnl.gov