Commit c87d175
quota: make dquot_set_dqinfo return errors from ->write_info
dquot_set_dqinfo() ignores the return code from the ->write_info
call, which means that quotacalls like Q_SETINFO never see the error.
This doesn't seem right, so fix that.
Signed-off-by: Yangtao Li <frank.li@vivo.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Message-Id: <20230227120216.31306-2-frank.li@vivo.com>1 parent f8107c9 commit c87d175
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2819 | 2819 | | |
2820 | 2820 | | |
2821 | 2821 | | |
2822 | | - | |
2823 | 2822 | | |
2824 | 2823 | | |
2825 | 2824 | | |
| |||
2846 | 2845 | | |
2847 | 2846 | | |
2848 | 2847 | | |
2849 | | - | |
2850 | | - | |
| 2848 | + | |
2851 | 2849 | | |
2852 | 2850 | | |
2853 | 2851 | | |
| |||
0 commit comments