Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f383b7e8 authored by Tom Haynes's avatar Tom Haynes Committed by Trond Myklebust
Browse files

NFSv4.1: Fix typo in dprintk

parent bf96bc0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@ filelayout_set_layoutcommit(struct nfs_pgio_data *wdata)
		return;

	pnfs_set_layoutcommit(wdata);
	dprintk("%s ionde %lu pls_end_pos %lu\n", __func__, hdr->inode->i_ino,
	dprintk("%s inode %lu pls_end_pos %lu\n", __func__, hdr->inode->i_ino,
		(unsigned long) NFS_I(hdr->inode)->layout->plh_lwb);
}