You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting, yeah we could probably safely bump the limit up for 8KB pages. However, I'm not sure we want to go much past that since then we'll only be keeping the last 16 uberblocks we doesn't allow for much rollback.
Kernel 4.7 added the option to trim the unused exported symbols. In
my testing this showed to be problematic since the PDE_DATA function
was considered unused and as such was trimmed. This in turn caused the
respective test during spl's configure stage to falsely detect that
PDE_DATA is not defined, which in turn caused build failures later.
Handle this situation by adding detection whether CONFIG_TRIM_UNUSED_KSYMS
is enabled and refuse to build against a kernel which has it enabled
Signed-off-by: Nikolay Borisov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closesopenzfs#565
The newest flash uses 8KB pages:
http://www.anandtech.com/show/4256/the-ocz-vertex-3-review-120gb/3
It might be a good idea to rework ca5fd24 to permit 8KB pages.
The text was updated successfully, but these errors were encountered: