commit | ebaf466be5afa6c6dca29005374de4534e0e6b33 | [log] [tgz] |
---|---|---|
author | Jörn Engel <joern@logfs.org> | Thu Apr 12 17:33:39 2012 -0400 |
committer | James Bottomley <JBottomley@Parallels.com> | Thu May 17 10:08:53 2012 +0100 |
tree | b6c91cb41f840c3775d17ea49e603275e40fc0f9 | |
parent | 3f0c6aba0b65a68013c1e0db1b015f02e6ec24be [diff] |
[SCSI] sg: remove closed flag After sg_release() has been called, noone should be able to actually use that filedescriptor anymore. So if closed ever made a difference in the past five years or so, it would have meant a bug. Remove it. Signed-off-by: Joern Engel <joern@logfs.org> Acked-by: Douglas Gilbert <dgilbert@interlog.com> [jejb: fix up checkpatch warnings] Signed-off-by: James Bottomley <JBottomley@Parallels.com>