pnfs: ask for layout_blksize and save it in nfs_server
[deliverable/linux.git] / include / linux / nfs_fs_sb.h
index 4faeac8f448a9eee1204e2696473ce10ad84c5c2..b2ea8b82d2cb84a406e8e4fa16f6b46820321e3e 100644 (file)
@@ -132,7 +132,7 @@ struct nfs_server {
 #endif
 
 #ifdef CONFIG_NFS_V4
-       u32                     attr_bitmask[2];/* V4 bitmask representing the set
+       u32                     attr_bitmask[3];/* V4 bitmask representing the set
                                                   of attributes supported on this
                                                   filesystem */
        u32                     cache_consistency_bitmask[2];
@@ -145,6 +145,7 @@ struct nfs_server {
                                                   filesystem */
        struct pnfs_layoutdriver_type  *pnfs_curr_ld; /* Active layout driver */
        struct rpc_wait_queue   roc_rpcwaitq;
+       u32                     pnfs_blksize;   /* layout_blksize attr */
 
        /* the following fields are protected by nfs_client->cl_lock */
        struct rb_root          state_owners;
This page took 0.050574 seconds and 5 git commands to generate.