Commit 101bf15
committed
Merge patch series "ovl: convert copyup credential override to cred guard"
Christian Brauner <brauner@kernel.org> says:
This simplifies the copyup specific credential override.
The current code is centered around a helper struct ovl_cu_creds and is
a bit convoluted. We can simplify this by using a cred guard. This will
also allow us to remove the helper struct and associated functions.
* patches from https://patch.msgid.link/20251114-work-ovl-cred-guard-copyup-v1-0-ea3fb15cf427@kernel.org:
ovl: remove struct ovl_cu_creds and associated functions
ovl: port ovl_copy_up_tmpfile() to cred guard
ovl: mark *_cu_creds() as unused temporarily
ovl: port ovl_copy_up_workdir() to cred guard
ovl: add copy up credential guard
Link: https://patch.msgid.link/20251114-work-ovl-cred-guard-copyup-v1-0-ea3fb15cf427@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>1 file changed
Lines changed: 31 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
727 | | - | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
732 | | - | |
| 727 | + | |
733 | 728 | | |
| 729 | + | |
734 | 730 | | |
735 | 731 | | |
736 | | - | |
737 | | - | |
| 732 | + | |
738 | 733 | | |
739 | | - | |
| 734 | + | |
740 | 735 | | |
741 | | - | |
742 | | - | |
| 736 | + | |
| 737 | + | |
743 | 738 | | |
744 | | - | |
| 739 | + | |
745 | 740 | | |
746 | 741 | | |
747 | | - | |
| 742 | + | |
748 | 743 | | |
749 | | - | |
750 | | - | |
751 | | - | |
752 | | - | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
753 | 748 | | |
754 | 749 | | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
755 | 754 | | |
756 | 755 | | |
757 | 756 | | |
| |||
763 | 762 | | |
764 | 763 | | |
765 | 764 | | |
766 | | - | |
767 | 765 | | |
768 | 766 | | |
769 | 767 | | |
| |||
772 | 770 | | |
773 | 771 | | |
774 | 772 | | |
775 | | - | |
776 | | - | |
777 | | - | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
778 | 776 | | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | | - | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
783 | 781 | | |
784 | 782 | | |
785 | 783 | | |
| |||
857 | 855 | | |
858 | 856 | | |
859 | 857 | | |
860 | | - | |
861 | 858 | | |
862 | 859 | | |
863 | | - | |
864 | | - | |
865 | | - | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
866 | 868 | | |
867 | | - | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | 869 | | |
872 | 870 | | |
873 | 871 | | |
| |||
0 commit comments