diff options
author | Jeff Layton <jlayton@redhat.com> | 2012-11-25 08:00:36 -0500 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-12-05 14:13:10 -0500 |
commit | 852e22950dc47e774bb602b16f55fed42afac5fb (patch) | |
tree | 204bb2d69a3e408567d3ecc8cbdda70f208b8474 /fs/cifs/cifsacl.h | |
parent | fc03d8a5a18172ebdb2402cc355abb8fd3cbb844 (diff) |
cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl code
...instead of hardcoding in '5' and '6' all over the place.
Reviewed-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsacl.h')
-rw-r--r-- | fs/cifs/cifsacl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifsacl.h b/fs/cifs/cifsacl.h index 5c902c7ce524..80e0d66a403d 100644 --- a/fs/cifs/cifsacl.h +++ b/fs/cifs/cifsacl.h | |||
@@ -60,8 +60,8 @@ struct cifs_ntsd { | |||
60 | struct cifs_sid { | 60 | struct cifs_sid { |
61 | __u8 revision; /* revision level */ | 61 | __u8 revision; /* revision level */ |
62 | __u8 num_subauth; | 62 | __u8 num_subauth; |
63 | __u8 authority[6]; | 63 | __u8 authority[NUM_AUTHS]; |
64 | __le32 sub_auth[5]; /* sub_auth[num_subauth] */ | 64 | __le32 sub_auth[NUM_SUBAUTHS]; /* sub_auth[num_subauth] */ |
65 | } __attribute__((packed)); | 65 | } __attribute__((packed)); |
66 | 66 | ||
67 | struct cifs_acl { | 67 | struct cifs_acl { |