diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-09-05 19:06:57 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-09-07 12:36:13 -0400 |
commit | 7d160a6c462c2c690e074c173b43aad7204049ad (patch) | |
tree | 6967b9cffa27592690259622031e87e27919d61b /fs/nfs/delegation.h | |
parent | 4eae50143bcbfda819c650b7ed6739f3b6338ffc (diff) |
NFSv4: Express delegation limit in units of pages
Since we're tracking modifications to the page cache on a per-page
basis, it makes sense to express the limit to how much we may cache
in units of pages.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/delegation.h')
-rw-r--r-- | fs/nfs/delegation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/delegation.h b/fs/nfs/delegation.h index e3c20a3ccc93..554178a17376 100644 --- a/fs/nfs/delegation.h +++ b/fs/nfs/delegation.h | |||
@@ -18,7 +18,7 @@ struct nfs_delegation { | |||
18 | struct inode *inode; | 18 | struct inode *inode; |
19 | nfs4_stateid stateid; | 19 | nfs4_stateid stateid; |
20 | fmode_t type; | 20 | fmode_t type; |
21 | loff_t maxsize; | 21 | unsigned long pagemod_limit; |
22 | __u64 change_attr; | 22 | __u64 change_attr; |
23 | unsigned long flags; | 23 | unsigned long flags; |
24 | spinlock_t lock; | 24 | spinlock_t lock; |