netfs: Further cleanups after struct netfs_inode wrapper introduced
[linux-block.git] / fs / afs / write.c
index f80a6096d91c705a6c4e8d6aec904a1eb79406f9..2c885b22de34feffc2d34a80151d58631b134a70 100644 (file)
@@ -60,7 +60,7 @@ int afs_write_begin(struct file *file, struct address_space *mapping,
         * file.  We need to do this before we get a lock on the page in case
         * there's more than one writer competing for the same cache block.
         */
-       ret = netfs_write_begin(file, mapping, pos, len, &folio, fsdata);
+       ret = netfs_write_begin(&vnode->netfs, file, mapping, pos, len, &folio, fsdata);
        if (ret < 0)
                return ret;