Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scripts for building in a container #9

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB (page size)
TAG_MSFT: lcow

Signed-off-by: Cheng-mean Liu <soccerl@microsoft.com>
Origin: https://github.com/Microsoft/opengcs/blob/master/kernelconfig/4.11/patch_lower-the-minimum-PMEM-size.patch
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Pavel Tatashin <pasha.tatashin@soleen.com>
  • Loading branch information
soccerGB authored and Sasha Levin committed Jun 26, 2019
commit 909470603d6d35363783bd5bdacb06a70c02800e
2 changes: 1 addition & 1 deletion include/uapi/linux/ndctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ enum nd_driver_flags {
};

enum {
ND_MIN_NAMESPACE_SIZE = PAGE_SIZE,
ND_MIN_NAMESPACE_SIZE = 0x00001000,
};

enum ars_masks {
Expand Down