diff options
| author | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-11-03 10:11:27 -0400 |
|---|---|---|
| committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-11-03 10:11:27 -0400 |
| commit | 8f987768eb99631374f4ab0bb19cd062baf1397d (patch) | |
| tree | b89aa5c207f7ba6a688f45657424b937f17ceb8a /include/linux/exportfs.h | |
| parent | 63f7526f26f0a9291ac3f7a986aa18ebfb61ec19 (diff) | |
| parent | c8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4 (diff) | |
Merge commit 'v2.6.37-rc1' into for-2.6.37
Diffstat (limited to 'include/linux/exportfs.h')
| -rw-r--r-- | include/linux/exportfs.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/linux/exportfs.h b/include/linux/exportfs.h index a9cd507f8cd2..28028988c862 100644 --- a/include/linux/exportfs.h +++ b/include/linux/exportfs.h | |||
| @@ -67,6 +67,19 @@ enum fid_type { | |||
| 67 | * 32 bit parent block number, 32 bit parent generation number | 67 | * 32 bit parent block number, 32 bit parent generation number |
| 68 | */ | 68 | */ |
| 69 | FILEID_UDF_WITH_PARENT = 0x52, | 69 | FILEID_UDF_WITH_PARENT = 0x52, |
| 70 | |||
| 71 | /* | ||
| 72 | * 64 bit checkpoint number, 64 bit inode number, | ||
| 73 | * 32 bit generation number. | ||
| 74 | */ | ||
| 75 | FILEID_NILFS_WITHOUT_PARENT = 0x61, | ||
| 76 | |||
| 77 | /* | ||
| 78 | * 64 bit checkpoint number, 64 bit inode number, | ||
| 79 | * 32 bit generation number, 32 bit parent generation. | ||
| 80 | * 64 bit parent inode number. | ||
| 81 | */ | ||
| 82 | FILEID_NILFS_WITH_PARENT = 0x62, | ||
| 70 | }; | 83 | }; |
| 71 | 84 | ||
| 72 | struct fid { | 85 | struct fid { |
