Whamcloud - gitweb
- removed hardcoded checking for ".mntinfo" on MDS to see if we are trying to open...
[fs/lustre-release.git] / lustre / include / linux / lustre_idl.h
index 903d713..0ea4291 100644 (file)
@@ -717,7 +717,7 @@ extern void lustre_swab_mds_rec_setattr (struct mds_rec_setattr *sa);
 
 #define MDS_OPEN_DELAY_CREATE    0100000000   /* delay initial object create */
 #define MDS_OPEN_HAS_EA          010000000000 /* specify object create pattern */
-#define MDS_OPEN_HAS_OBJS        020000000000 /* Just set the EA the obj exist */
+#define MDS_OPEN_HAS_OBJS        020000000000 /* just set the EA the obj exist */
 
 struct mds_rec_create {
         __u32            cr_opcode;