Whamcloud - gitweb
Comment about expected compile warning (to disappear in the future).
authoradilger <adilger>
Wed, 2 Oct 2002 17:58:30 +0000 (17:58 +0000)
committeradilger <adilger>
Wed, 2 Oct 2002 17:58:30 +0000 (17:58 +0000)
lustre/mds/mds_extN.c

index 8b77b6f..d054700 100644 (file)
@@ -249,6 +249,7 @@ static int mds_extN_set_last_rcvd(struct mds_obd *mds, void *handle)
 #ifdef HAVE_JOURNAL_CALLBACK_STATUS
         CDEBUG(D_EXT2, "set callback for last_rcvd: %Ld\n",
                (unsigned long long)mcb->cb_last_rcvd);
+        /* Note that an "incompatible pointer warning here is OK for now */
         journal_callback_set(handle, mds_extN_callback_status,
                              (struct journal_callback *)mcb);
 #else