Whamcloud - gitweb
b=17103,i=nikita,i=green,i=isaac:
[fs/lustre-release.git] / lustre / include / lu_object.h
index 73fe7af..7767097 100644 (file)
@@ -496,8 +496,8 @@ enum lu_object_header_attr {
         /**
          * UNIX file type is stored in S_IFMT bits.
          */
-        LOHA_FT_START = 1 << 12, /**< S_IFIFO */
-        LOHA_FT_END   = 1 << 15, /**< S_IFREG */
+        LOHA_FT_START = 001 << 12, /**< S_IFIFO */
+        LOHA_FT_END   = 017 << 12, /**< S_IFMT */
 };
 
 /**
@@ -847,11 +847,10 @@ void lu_object_header_print(const struct lu_env *env, void *cookie,
  */
 int lu_object_invariant(const struct lu_object *o);
 
-void lu_stack_fini(const struct lu_env *env, struct lu_device *top);
 
 /**
- * Returns 1 iff object @o exists on the stable storage,
- * returns -1 iff object @o is on remote server.
+ * \retval  1 iff object \a o exists on stable storage,
+ * \retval -1 iff object \a o is on remote server.
  */
 static inline int lu_object_exists(const struct lu_object *o)
 {