Commit 576215c
committed
fs: Drop wait_unfrozen wait queue
wait_unfrozen waitqueue is used only in quota code to wait for
filesystem to become unfrozen. In that place we can just use
sb_start_write() - sb_end_write() pair to achieve the same. So just
remove the waitqueue.
Reviewed-by: Christian Brauner <brauner@kernel.org>
Message-Id: <20230525141710.7595-1-jack@suse.cz>
Signed-off-by: Jan Kara <jack@suse.cz>1 parent b8b9e8b commit 576215c
3 files changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
898 | | - | |
899 | | - | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
900 | 901 | | |
901 | 902 | | |
902 | 903 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | 239 | | |
241 | 240 | | |
242 | 241 | | |
| |||
1706 | 1705 | | |
1707 | 1706 | | |
1708 | 1707 | | |
1709 | | - | |
1710 | 1708 | | |
1711 | 1709 | | |
1712 | 1710 | | |
| |||
1722 | 1720 | | |
1723 | 1721 | | |
1724 | 1722 | | |
1725 | | - | |
1726 | 1723 | | |
1727 | 1724 | | |
1728 | 1725 | | |
| |||
1768 | 1765 | | |
1769 | 1766 | | |
1770 | 1767 | | |
1771 | | - | |
1772 | 1768 | | |
1773 | 1769 | | |
1774 | 1770 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1146 | 1146 | | |
1147 | 1147 | | |
1148 | 1148 | | |
1149 | | - | |
1150 | 1149 | | |
1151 | 1150 | | |
1152 | 1151 | | |
| |||
0 commit comments