diff options
Diffstat (limited to 'fs/nfs/pnfs.h')
-rw-r--r-- | fs/nfs/pnfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/pnfs.h b/fs/nfs/pnfs.h index 787253e6fca3..698380da24cc 100644 --- a/fs/nfs/pnfs.h +++ b/fs/nfs/pnfs.h | |||
@@ -69,6 +69,7 @@ struct pnfs_layout_hdr { | |||
69 | struct list_head plh_layouts; /* other client layouts */ | 69 | struct list_head plh_layouts; /* other client layouts */ |
70 | struct list_head plh_segs; /* layout segments list */ | 70 | struct list_head plh_segs; /* layout segments list */ |
71 | nfs4_stateid plh_stateid; | 71 | nfs4_stateid plh_stateid; |
72 | atomic_t plh_outstanding; /* number of RPCs out */ | ||
72 | unsigned long plh_flags; | 73 | unsigned long plh_flags; |
73 | struct inode *plh_inode; | 74 | struct inode *plh_inode; |
74 | }; | 75 | }; |