]> Pileus Git - ~andy/linux/commit
[SCSI] sg: remove closed flag
authorJörn Engel <joern@logfs.org>
Thu, 12 Apr 2012 21:33:39 +0000 (17:33 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 17 May 2012 09:08:53 +0000 (10:08 +0100)
commitebaf466be5afa6c6dca29005374de4534e0e6b33
treeb6c91cb41f840c3775d17ea49e603275e40fc0f9
parent3f0c6aba0b65a68013c1e0db1b015f02e6ec24be
[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>
drivers/scsi/sg.c