]> git.baikalelectronics.ru Git - kernel.git/commit
dm log: use standard kernel module refcount
authorMike Snitzer <snitzer@redhat.com>
Thu, 2 Apr 2009 18:55:29 +0000 (19:55 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Thu, 2 Apr 2009 18:55:29 +0000 (19:55 +0100)
commit5215d1db2dfdb9b538041df4ae2f4a1ab84b4708
tree581e427fa8bc914089de24f70235e471c5bd0c5b
parent40b78308823e0924fa277b3c7df29d17694b1e82
dm log: use standard kernel module refcount

Avoid private module usage accounting by removing 'use' from
dm_dirty_log_internal.  The standard module reference counting is
sufficient.

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-log.c