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)
commit84e67c9319eb2232757a022c24f6a461291eaee5
tree581e427fa8bc914089de24f70235e471c5bd0c5b
parentb81d6cf79b57f6123a5d4f7a4932cc359995484d
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