commit | 6a03b4cd78f3f2695a2d0e6343d555b3de0e67c1 | [log] [tgz] |
---|---|---|
author | Harish Zunjarrao <harish.zunjarrao@qlogic.com> | Tue May 04 15:01:24 2010 -0700 |
committer | James Bottomley <James.Bottomley@suse.de> | Sun May 16 18:21:42 2010 -0400 |
tree | c86750452978aaadca184bbe39d1c969a3b776ab | |
parent | 3e46f031322bdd8d1f11e17fb7cf00c38b08dd55 [diff] |
[SCSI] qla2xxx: Add char device to increase driver use count The driver should not be unloaded if any application is using it. To disallow driver unload, driver use count must be incremented. Application uses this char device as handle and increases driver use count to avoid possible driver unload. Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>