diff options
author | Christoph Hellwig <hch@lst.de> | 2025-05-07 06:48:52 +0200 |
---|---|---|
committer | Anna Schumaker <anna.schumaker@oracle.com> | 2025-05-28 17:17:13 -0400 |
commit | 66beed5acaf27137007459e7e53bf8d6f1b799cc (patch) | |
tree | 413a8f978bb0e053f93d26f2a390750af4252b78 /scripts/gdb/linux/utils.py | |
parent | b6354e60dd01d700a99d1f8c2f20d8ed530b0f45 (diff) |
nfs: don't return AOP_WRITEPAGE_ACTIVATE from nfs_do_writepage
nfs_do_writepage is a successful return that requires the caller to
unlock the folio. Using it here requires special casing both in
nfs_do_writepage and nfs_writepages_callback and leaves a land mine in
nfs_wb_folio in case it ever set the flag. Remove it and just
unconditionally unlock in nfs_writepages_callback.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions