From 94d516a894f78c14a01193f64d6a658e5faa9e19 Mon Sep 17 00:00:00 2001 From: Pete Wyckoff Date: Sun, 9 Mar 2008 13:33:49 -0400 Subject: [PATCH] Comment on some code that can probably be removed. --- src/client/sysint/mgmt-noop.sm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/client/sysint/mgmt-noop.sm b/src/client/sysint/mgmt-noop.sm index e8733df..657f92d 100644 --- a/src/client/sysint/mgmt-noop.sm +++ b/src/client/sysint/mgmt-noop.sm @@ -138,6 +138,10 @@ PVFS_error PVFS_mgmt_noop( } /* + * XXX: This can probably go now. Recent tgtd (Mar 08) return the UA + * on any command, not just the first TUR. Fixed up the python pvfs-init + * script to eat that at initialization, so should not see it here. + * * Only used for OSD. On a reset, device will return ASC_POWERON_RESET. * Ideally we would have something else do a TUR to clear this initially, * but this is the only app that sends TUR currently. So retry.