diff options
author | Vasu Dev <[email protected]> | 2010-05-07 15:19:03 -0700 |
---|---|---|
committer | James Bottomley <[email protected]> | 2010-05-16 22:22:40 -0400 |
commit | 15af974dcb22914f29aeb9a9cac5879b0dc3860e (patch) | |
tree | ffec602e4414afdf0486f475b79087ac3240928d /drivers/mtd/lpddr/lpddr_cmds.c | |
parent | fb83153d7308e1344f1d4a2e287b6aaab2f6d14c (diff) |
[SCSI] fcoe: fix fcoe module ref counting
Currently fcoe module ref count is used for tracking
active fcoe instances, it means each fcoe instance create
increments the count while destroy dec the count.
The dec is done only if fcoe instance is destroyed from
/sysfs but not if destroyed due to NETDEV_UNREGISTER event.
So this patch moves only module_put doing dec to common
fcoe_if_destroy function, so that dec would occur on ever
fcoe instance destroy.
Signed-off-by: Vasu Dev <[email protected]>
Signed-off-by: Robert Love <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions