Commit a8483b9
committed
NFSD: Record status of async copy operation in struct nfsd4_copy
After a client has started an asynchronous COPY operation, a
subsequent OFFLOAD_STATUS operation will need to report the status
code once that COPY operation has completed. The recorded status
record will be used by a subsequent patch.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>1 parent f2ad13a commit a8483b9
2 files changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1737 | 1737 | | |
1738 | 1738 | | |
1739 | 1739 | | |
1740 | | - | |
| 1740 | + | |
1741 | 1741 | | |
1742 | 1742 | | |
1743 | 1743 | | |
| |||
1747 | 1747 | | |
1748 | 1748 | | |
1749 | 1749 | | |
1750 | | - | |
| 1750 | + | |
1751 | 1751 | | |
1752 | 1752 | | |
1753 | 1753 | | |
1754 | 1754 | | |
1755 | | - | |
| 1755 | + | |
1756 | 1756 | | |
1757 | 1757 | | |
1758 | 1758 | | |
| |||
1766 | 1766 | | |
1767 | 1767 | | |
1768 | 1768 | | |
1769 | | - | |
1770 | 1769 | | |
1771 | 1770 | | |
1772 | 1771 | | |
| |||
1777 | 1776 | | |
1778 | 1777 | | |
1779 | 1778 | | |
1780 | | - | |
| 1779 | + | |
1781 | 1780 | | |
1782 | 1781 | | |
1783 | | - | |
| 1782 | + | |
1784 | 1783 | | |
1785 | 1784 | | |
1786 | 1785 | | |
1787 | 1786 | | |
1788 | | - | |
1789 | | - | |
| 1787 | + | |
| 1788 | + | |
1790 | 1789 | | |
1791 | 1790 | | |
1792 | | - | |
1793 | | - | |
| 1791 | + | |
| 1792 | + | |
1794 | 1793 | | |
1795 | 1794 | | |
1796 | 1795 | | |
1797 | | - | |
| 1796 | + | |
1798 | 1797 | | |
1799 | 1798 | | |
1800 | 1799 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
| 697 | + | |
697 | 698 | | |
698 | 699 | | |
699 | 700 | | |
| |||
0 commit comments