diff options
author | Fred Isaman <iisaman@netapp.com> | 2011-01-06 11:36:20 +0000 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-01-06 14:46:31 -0500 |
commit | 566052c53b5146e23a99ab95fb5c11f8a295a084 (patch) | |
tree | 36c013aa52adf29bd57c2a04c9c51e24eeeb44b3 /fs/nfs/nfs4filelayout.c | |
parent | daaa82d1c72e10dc16cad3a810e225f9188dc7aa (diff) | |
download | blackbird-op-linux-566052c53b5146e23a99ab95fb5c11f8a295a084.tar.gz blackbird-op-linux-566052c53b5146e23a99ab95fb5c11f8a295a084.zip |
pnfs: add prefix to struct pnfs_layout_segment fields
While we are renaming all the fields, change lo->state to lo->plh_flags.
Signed-off-by: Fred Isaman <iisaman@netapp.com>
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 2e92f0d8d654..738d6a4e77fe 100644 --- a/fs/nfs/nfs4filelayout.c +++ b/fs/nfs/nfs4filelayout.c @@ -243,7 +243,7 @@ filelayout_alloc_lseg(struct pnfs_layout_hdr *layoutid, static void filelayout_free_lseg(struct pnfs_layout_segment *lseg) { - struct nfs_server *nfss = NFS_SERVER(lseg->layout->inode); + struct nfs_server *nfss = NFS_SERVER(lseg->pls_layout->inode); struct nfs4_filelayout_segment *fl = FILELAYOUT_LSEG(lseg); dprintk("--> %s\n", __func__); |