diff options
author | Peng Tao <bergwolf@gmail.com> | 2011-07-30 20:52:31 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-07-31 12:18:14 -0400 |
commit | acff5880539fe33897d016c0f3dcf062e67c61b6 (patch) | |
tree | c5769a826e04e1c3b84c19d2b0f9932a2e69aa8f /fs/nfs/nfs4filelayout.c | |
parent | 374e4e3ec347d4f70e1417ce3e1c454f133dab72 (diff) | |
download | op-kernel-dev-acff5880539fe33897d016c0f3dcf062e67c61b6.zip op-kernel-dev-acff5880539fe33897d016c0f3dcf062e67c61b6.tar.gz |
pnfs: save layoutcommit lwb at layout header
No need to save it for every lseg.
[Needed in v3.0]
CC: Stable Tree <stable@kernel.org>
Signed-off-by: Peng Tao <peng_tao@emc.com>
Signed-off-by: Jim Rees <rees@umich.edu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4filelayout.c')
-rw-r--r-- | fs/nfs/nfs4filelayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4filelayout.c b/fs/nfs/nfs4filelayout.c index be93a62..e8915d4 100644 --- a/fs/nfs/nfs4filelayout.c +++ b/fs/nfs/nfs4filelayout.c @@ -170,7 +170,7 @@ filelayout_set_layoutcommit(struct nfs_write_data *wdata) pnfs_set_layoutcommit(wdata); dprintk("%s ionde %lu pls_end_pos %lu\n", __func__, wdata->inode->i_ino, - (unsigned long) wdata->lseg->pls_end_pos); + (unsigned long) NFS_I(wdata->inode)->layout->plh_lwb); } /* |