Skip to content

Commit

Permalink
torture: test FS_SECTOR_SIZE_INFORMATION queries
Browse files Browse the repository at this point in the history
The smb2.fsinfo test is run against ntvfs and s3fs. With both now
offering support for the FS_SECTOR_SIZE_INFORMATION query-info level,
it can be added to the existing level enumeration.

Signed-off-by: David Disseldorp <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
  • Loading branch information
ddiss authored and jrasamba committed Mar 18, 2015
1 parent d1e664f commit 97a2d83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source4/torture/smb2/getinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ static struct {
{ LEVEL(RAW_QFS_ATTRIBUTE_INFORMATION) },
{ LEVEL(RAW_QFS_QUOTA_INFORMATION) },
{ LEVEL(RAW_QFS_FULL_SIZE_INFORMATION) },
{ LEVEL(RAW_QFS_OBJECTID_INFORMATION) }
{ LEVEL(RAW_QFS_OBJECTID_INFORMATION) },
{ LEVEL(RAW_QFS_SECTOR_SIZE_INFORMATION) },
};

#define FNAME "testsmb2_file.dat"
Expand Down

0 comments on commit 97a2d83

Please sign in to comment.