diff options
author | Manoj Naik <manoj@almaden.ibm.com> | 2006-06-09 09:34:25 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-06-09 09:34:25 -0400 |
commit | 830b8e33fe1900b87c8eb7ec5c646117a9f298d6 (patch) | |
tree | 8e4aa4c7ecd0485a288254433edf76305852c846 /fs/nfs/nfs4_fs.h | |
parent | 361e624f6d8bfbeac53769603d995d47535cfd46 (diff) |
NFSv4: Define an fs_locations bitmap
This is (similar to getattr bitmap) but includes fs_locations and
mounted_on_fileid attributes. Use this bitmap for encoding in fs_locations
requests.
Note: We can probably do better by requesting locations as part of fsinfo
itself.
Signed-off-by: Manoj Naik <manoj@almaden.ibm.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 22a5f838ea58..9a102860df37 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -228,6 +228,7 @@ extern const u32 nfs4_fattr_bitmap[2]; | |||
228 | extern const u32 nfs4_statfs_bitmap[2]; | 228 | extern const u32 nfs4_statfs_bitmap[2]; |
229 | extern const u32 nfs4_pathconf_bitmap[2]; | 229 | extern const u32 nfs4_pathconf_bitmap[2]; |
230 | extern const u32 nfs4_fsinfo_bitmap[2]; | 230 | extern const u32 nfs4_fsinfo_bitmap[2]; |
231 | extern const u32 nfs4_fs_locations_bitmap[2]; | ||
231 | 232 | ||
232 | /* nfs4renewd.c */ | 233 | /* nfs4renewd.c */ |
233 | extern void nfs4_schedule_state_renewal(struct nfs4_client *); | 234 | extern void nfs4_schedule_state_renewal(struct nfs4_client *); |