Commit 63e03349f5fb32e4e8494cb184c37d2db0bdd223

Authored by Andy Grover
Committed by Nicholas Bellinger
1 parent 4dee96fb36

target: Delete incorrect comment

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>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

drivers/target/target_core_pr.c
... ... @@ -1927,9 +1927,6 @@
1927 1927 return ret;
1928 1928 }
1929 1929  
1930   -/*
1931   - * Called with struct se_device->aptpl_file_mutex held
1932   - */
1933 1930 static int __core_scsi3_write_aptpl_to_file(
1934 1931 struct se_device *dev,
1935 1932 unsigned char *buf)