Loading fs/nfs/write.c +6 −2 Original line number Diff line number Diff line Loading @@ -2113,8 +2113,12 @@ int nfs_migrate_folio(struct address_space *mapping, struct folio *dst, * that we can safely release the inode reference while holding * the folio lock. */ if (folio_test_private(src)) { if (mode == MIGRATE_SYNC) nfs_wb_folio(src->mapping->host, src); if (folio_test_private(src)) return -EBUSY; } if (folio_test_private_2(src)) { /* [DEPRECATED] */ if (mode == MIGRATE_ASYNC) Loading Loading
fs/nfs/write.c +6 −2 Original line number Diff line number Diff line Loading @@ -2113,8 +2113,12 @@ int nfs_migrate_folio(struct address_space *mapping, struct folio *dst, * that we can safely release the inode reference while holding * the folio lock. */ if (folio_test_private(src)) { if (mode == MIGRATE_SYNC) nfs_wb_folio(src->mapping->host, src); if (folio_test_private(src)) return -EBUSY; } if (folio_test_private_2(src)) { /* [DEPRECATED] */ if (mode == MIGRATE_ASYNC) Loading