target: Delete incorrect comment
authorAndy Grover <agrover@redhat.com>
Thu, 16 May 2013 17:41:01 +0000 (10:41 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 14 Jun 2013 07:04:54 +0000 (00:04 -0700)
aptpl_file_mutex seems to no longer exist.

Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_pr.c

index 26c1f2d..c157b3f 100644 (file)
@@ -1927,9 +1927,6 @@ out:
        return ret;
 }
 
-/*
- * Called with struct se_device->aptpl_file_mutex held
- */
 static int __core_scsi3_write_aptpl_to_file(
        struct se_device *dev,
        unsigned char *buf)