Browse Source

Fix some merge errors that slipped through.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1615013 13f79535-47bb-0310-9956-ffa450edef68
Andrew Wang 10 năm trước cách đây
mục cha
commit
beebb36595

+ 0 - 17
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/ClientProtocol.java

@@ -1336,28 +1336,11 @@ public interface ClientProtocol {
   
   /**
    * Remove xattr of a file or directory.Value in xAttr parameter is ignored.
-<<<<<<< .working
-   * Name must be prefixed with user/trusted/security/system/raw.
-=======
    * The name must be prefixed with the namespace followed by ".". For example,
    * "user.attr".
->>>>>>> .merge-right.r1614550
    * <p/>
-<<<<<<< .working
-   * A regular user only can remove xattr of "user" namespace.
-   * A super user can remove xattr of "user" and "trusted" namespace.
-   * XAttr of "security" and "system" namespace is only used/exposed 
-   * internally to the FS impl.
-   * The xattrs of the "raw" namespace are only used/exposed when accessed in
-   * the /.reserved/raw HDFS directory hierarchy. These attributes can only be
-   * accessed by the superuser.
-   * <p/>
-   * @see <a href="http://en.wikipedia.org/wiki/Extended_file_attributes">
-   * http://en.wikipedia.org/wiki/Extended_file_attributes</a>
-=======
    * Refer to the HDFS extended attributes user documentation for details.
    *
->>>>>>> .merge-right.r1614550
    * @param src file or directory
    * @param xAttr <code>XAttr</code> to remove
    * @throws IOException