diff options
author | Borislav Petkov <bbpetkov@yahoo.de> | 2008-02-02 19:56:33 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-02 19:56:33 +0100 |
commit | 9a24b63db06a4b9389367ebafd9b0cfb5dd1b39f (patch) | |
tree | 9ab16b06813718393c84e3bf8e43283f1a2c919b /lib/locking-selftest.c | |
parent | 0078df2ece5a752e878410e39eb31e075183b4e7 (diff) |
ide-floppy: disambiguate function names
There were two almost identical function names in ide-floppy.c, which makes
their distinction almost impossible. While ide_floppy_release() cleans up the
object after the last reference to it has been dropped, idefloppy_release() is
the blkdev .release method from struct block_device_operations which releases
that last reference.
Rename ide_floppy_release() to idefloppy_cleanup_obj() in order to make its
purpose more clear.
There should be no functionality change resulting from this patch.
Signed-off-by: Borislav Petkov <bbpetkov@yahoo.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'lib/locking-selftest.c')
0 files changed, 0 insertions, 0 deletions