Commit 77203046 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] cifs: annotate file_..._info

Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e9ca855f
......@@ -1673,11 +1673,11 @@ typedef struct {
} FILE_BASIC_INFO; /* size info, level 0x101 */
struct file_allocation_info {
__u64 AllocationSize;
__le64 AllocationSize;
}; /* size info, level 0x103 */
struct file_end_of_file_info {
__u64 FileSize; /* offset to end of file */
__le64 FileSize; /* offset to end of file */
}; /* size info, level 0x104 */
typedef struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment