Whamcloud - gitweb
Remove sgid #warning. This is already done in the filesystem and the MDS.
authoradilger <adilger>
Thu, 11 Jul 2002 22:52:24 +0000 (22:52 +0000)
committeradilger <adilger>
Thu, 11 Jul 2002 22:52:24 +0000 (22:52 +0000)
It does not really make sense to do it in the MDC.

lustre/mdc/mdc_request.c

index 6083e29..a806055 100644 (file)
@@ -173,8 +173,6 @@ int mdc_enqueue(struct lustre_handle *conn, int lock_type,
         struct ldlm_intent *lit;
         ENTRY;
 
-#warning FIXME: Andreas, the sgid directory stuff also goes here, but check again on mds
-
         LDLM_DEBUG_NOLOCK("mdsintent %d dir %ld", it->it_op, dir->i_ino);
 
         switch (it->it_op) {