Commit bff9018
cifs: stop using generic_writepages
generic_writepages is just a wrapper that calls ->writepages on a range,
and thus in the way of eventually removing ->writepage. Switch cifs
to just open code it in preparation of removing ->writepage.
[note: I suspect just integrating the small wsize case with the rest
of the writeback code might be a better idea here, but that needs
someone more familiar with the code]
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>1 parent 9381666 commit bff9018
1 file changed
Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2646 | 2646 | | |
2647 | 2647 | | |
2648 | 2648 | | |
| 2649 | + | |
| 2650 | + | |
| 2651 | + | |
| 2652 | + | |
| 2653 | + | |
| 2654 | + | |
| 2655 | + | |
| 2656 | + | |
| 2657 | + | |
| 2658 | + | |
| 2659 | + | |
| 2660 | + | |
| 2661 | + | |
| 2662 | + | |
| 2663 | + | |
2649 | 2664 | | |
2650 | 2665 | | |
2651 | 2666 | | |
| |||
2662 | 2677 | | |
2663 | 2678 | | |
2664 | 2679 | | |
2665 | | - | |
| 2680 | + | |
2666 | 2681 | | |
2667 | 2682 | | |
2668 | | - | |
| 2683 | + | |
| 2684 | + | |
2669 | 2685 | | |
2670 | 2686 | | |
2671 | 2687 | | |
| |||
0 commit comments