diff options
| author | Marc Dionne <marc.c.dionne@gmail.com> | 2008-03-14 09:11:29 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-03-14 12:49:57 -0400 |
| commit | 9b89ca7a3847c0d5b1e86e83f4860a866f28a89b (patch) | |
| tree | 48b3614f3a4d9915d52248d5d505699153817405 /include/linux | |
| parent | dba92d3bc49c036056a48661d2d8fefe4c78375a (diff) | |
struct export_operations: adjust comments to match current members
The comments in the definition of struct export_operations don't match the
current members.
Add a comment for the 2 new functions and remove 2 comments for unused ones.
Signed-off-by: Marc Dionne <marc.c.dionne@gmail.com>
Acked-by: David Howells <dhowells@redhat.com>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/exportfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/exportfs.h b/include/linux/exportfs.h index 51d214138814..adcbb05b120b 100644 --- a/include/linux/exportfs.h +++ b/include/linux/exportfs.h | |||
| @@ -49,11 +49,11 @@ struct fid { | |||
| 49 | 49 | ||
| 50 | /** | 50 | /** |
| 51 | * struct export_operations - for nfsd to communicate with file systems | 51 | * struct export_operations - for nfsd to communicate with file systems |
| 52 | * @decode_fh: decode a file handle fragment and return a &struct dentry | ||
| 53 | * @encode_fh: encode a file handle fragment from a dentry | 52 | * @encode_fh: encode a file handle fragment from a dentry |
| 53 | * @fh_to_dentry: find the implied object and get a dentry for it | ||
| 54 | * @fh_to_parent: find the implied object's parent and get a dentry for it | ||
| 54 | * @get_name: find the name for a given inode in a given directory | 55 | * @get_name: find the name for a given inode in a given directory |
| 55 | * @get_parent: find the parent of a given directory | 56 | * @get_parent: find the parent of a given directory |
| 56 | * @get_dentry: find a dentry for the inode given a file handle sub-fragment | ||
| 57 | * | 57 | * |
| 58 | * See Documentation/filesystems/Exporting for details on how to use | 58 | * See Documentation/filesystems/Exporting for details on how to use |
| 59 | * this interface correctly. | 59 | * this interface correctly. |
