diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-04-11 22:52:44 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-11 22:52:44 -0700 |
| commit | c02c0886973521cd77904d8f07aa98d99c63cb3b (patch) | |
| tree | f74661570d052ac130a812417d27b16719f9f8af /include/linux/nfs4.h | |
| parent | 94b1c3ebf78bd58c2f45b78f2c24c7c939c34a9e (diff) | |
[PATCH] knfsd: Add server-side support for the nfsv4 mounted_on_fileid attribute.
From: NeilBrown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'include/linux/nfs4.h')
| -rw-r--r-- | include/linux/nfs4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h index e8ea2239a213..520545881a52 100644 --- a/include/linux/nfs4.h +++ b/include/linux/nfs4.h @@ -274,6 +274,7 @@ enum lock_type4 { #define FATTR4_WORD1_TIME_METADATA (1 << 20) #define FATTR4_WORD1_TIME_MODIFY (1 << 21) #define FATTR4_WORD1_TIME_MODIFY_SET (1 << 22) +#define FATTR4_WORD1_MOUNTED_ON_FILEID (1 << 23) #define NFSPROC4_NULL 0 #define NFSPROC4_COMPOUND 1 |
