aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/pnfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/pnfs.h')
-rw-r--r--fs/nfs/pnfs.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/fs/nfs/pnfs.h b/fs/nfs/pnfs.h
index 6fcc07353004..c2f108640fc4 100644
--- a/fs/nfs/pnfs.h
+++ b/fs/nfs/pnfs.h
@@ -60,13 +60,13 @@ struct pnfs_layoutdriver_type {
60}; 60};
61 61
62struct pnfs_layout_hdr { 62struct pnfs_layout_hdr {
63 unsigned long refcount; 63 unsigned long plh_refcount;
64 struct list_head layouts; /* other client layouts */ 64 struct list_head plh_layouts; /* other client layouts */
65 struct list_head segs; /* layout segments list */ 65 struct list_head plh_segs; /* layout segments list */
66 seqlock_t seqlock; /* Protects the stateid */ 66 seqlock_t plh_seqlock; /* Protects the stateid */
67 nfs4_stateid stateid; 67 nfs4_stateid plh_stateid;
68 unsigned long plh_flags; 68 unsigned long plh_flags;
69 struct inode *inode; 69 struct inode *plh_inode;
70}; 70};
71 71
72struct pnfs_device { 72struct pnfs_device {