You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/AclEntryStatusFormat.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,7 @@
38
38
* [1:3) -- the type of the entry (AclEntryType) <br>
39
39
* [3:6) -- the permission of the entry (FsAction) <br>
40
40
* [6:7) -- A flag to indicate whether Named entry or not <br>
41
-
* [7:8) -- Reserved <br>
42
-
* [8:32) -- the name of the entry, which is an ID that points to a <br>
41
+
* [7:32) -- the name of the entry, which is an ID that points to a <br>
43
42
* string in the StringTableSection. <br>
44
43
*/
45
44
publicenumAclEntryStatusFormat {
@@ -48,8 +47,7 @@ public enum AclEntryStatusFormat {
Copy file name to clipboardExpand all lines: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INodeWithAdditionalFields.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ public abstract class INodeWithAdditionalFields extends INode
0 commit comments