Skip to content

Commit

Permalink
Comment on some code that can probably be removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Wyckoff committed Mar 9, 2008
1 parent 69f9235 commit 94d516a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/client/sysint/mgmt-noop.sm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 94d516a

Please sign in to comment.