Searched hist:"6978676100 aa65c551e00ea58c6a891223f25be5" (Results 1 – 7 of 7) sorted by relevance
/openbmc/estoraged/src/erase/ |
H A D | zero.cpp | diff 6978676100aa65c551e00ea58c6a891223f25be5 Fri Jan 21 16:16:23 CST 2022 John Edward Broadbent <jebr@google.com> Not passing fd in the zero and pattern erase
The original erase zero, and erase pattern methods took fd that were opened by the client code. This changes make zero and pattern open the files internally, which is safe and a more standard practice.
Tested: This change has not been tested
Change-Id: Iae848429b304aa39d510d1f090ace416db88ac7e Signed-off-by: John Edward Broadbent <jebr@google.com>
|
H A D | pattern.cpp | diff 6978676100aa65c551e00ea58c6a891223f25be5 Fri Jan 21 16:16:23 CST 2022 John Edward Broadbent <jebr@google.com> Not passing fd in the zero and pattern erase
The original erase zero, and erase pattern methods took fd that were opened by the client code. This changes make zero and pattern open the files internally, which is safe and a more standard practice.
Tested: This change has not been tested
Change-Id: Iae848429b304aa39d510d1f090ace416db88ac7e Signed-off-by: John Edward Broadbent <jebr@google.com>
|
/openbmc/estoraged/include/ |
H A D | zero.hpp | diff 6978676100aa65c551e00ea58c6a891223f25be5 Fri Jan 21 16:16:23 CST 2022 John Edward Broadbent <jebr@google.com> Not passing fd in the zero and pattern erase
The original erase zero, and erase pattern methods took fd that were opened by the client code. This changes make zero and pattern open the files internally, which is safe and a more standard practice.
Tested: This change has not been tested
Change-Id: Iae848429b304aa39d510d1f090ace416db88ac7e Signed-off-by: John Edward Broadbent <jebr@google.com>
|
H A D | pattern.hpp | diff 6978676100aa65c551e00ea58c6a891223f25be5 Fri Jan 21 16:16:23 CST 2022 John Edward Broadbent <jebr@google.com> Not passing fd in the zero and pattern erase
The original erase zero, and erase pattern methods took fd that were opened by the client code. This changes make zero and pattern open the files internally, which is safe and a more standard practice.
Tested: This change has not been tested
Change-Id: Iae848429b304aa39d510d1f090ace416db88ac7e Signed-off-by: John Edward Broadbent <jebr@google.com>
|
/openbmc/estoraged/src/test/erase/ |
H A D | zero_test.cpp | diff 6978676100aa65c551e00ea58c6a891223f25be5 Fri Jan 21 16:16:23 CST 2022 John Edward Broadbent <jebr@google.com> Not passing fd in the zero and pattern erase
The original erase zero, and erase pattern methods took fd that were opened by the client code. This changes make zero and pattern open the files internally, which is safe and a more standard practice.
Tested: This change has not been tested
Change-Id: Iae848429b304aa39d510d1f090ace416db88ac7e Signed-off-by: John Edward Broadbent <jebr@google.com>
|
H A D | pattern_test.cpp | diff 6978676100aa65c551e00ea58c6a891223f25be5 Fri Jan 21 16:16:23 CST 2022 John Edward Broadbent <jebr@google.com> Not passing fd in the zero and pattern erase
The original erase zero, and erase pattern methods took fd that were opened by the client code. This changes make zero and pattern open the files internally, which is safe and a more standard practice.
Tested: This change has not been tested
Change-Id: Iae848429b304aa39d510d1f090ace416db88ac7e Signed-off-by: John Edward Broadbent <jebr@google.com>
|
/openbmc/estoraged/src/ |
H A D | estoraged.cpp | diff 6978676100aa65c551e00ea58c6a891223f25be5 Fri Jan 21 16:16:23 CST 2022 John Edward Broadbent <jebr@google.com> Not passing fd in the zero and pattern erase
The original erase zero, and erase pattern methods took fd that were opened by the client code. This changes make zero and pattern open the files internally, which is safe and a more standard practice.
Tested: This change has not been tested
Change-Id: Iae848429b304aa39d510d1f090ace416db88ac7e Signed-off-by: John Edward Broadbent <jebr@google.com>
|