mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 20:56:24 +00:00
Remove debug print of two obsolete fields.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1923 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -120,10 +120,6 @@ void ft_cmd_dump(struct scst_cmd *cmd, const char *caller)
|
||||
ft_cmd_flag(buf, sizeof(buf), "done");
|
||||
if (cmd->finished)
|
||||
ft_cmd_flag(buf, sizeof(buf), "fin");
|
||||
if (cmd->tm_dbg_delayed)
|
||||
ft_cmd_flag(buf, sizeof(buf), "tm_dbg_del");
|
||||
if (cmd->tm_dbg_immut)
|
||||
ft_cmd_flag(buf, sizeof(buf), "tm_dbg_immut");
|
||||
|
||||
printk(KERN_INFO "%s flags %s\n", prefix, buf);
|
||||
printk(KERN_INFO "%s lun %lld sn %d tag %lld cmd_flags %lx\n",
|
||||
|
||||
Reference in New Issue
Block a user