diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2008-08-20 14:09:09 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-20 15:40:30 -0700 |
commit | c82f2966015a2c9708fb8f20694ef7ba8567d2e1 (patch) | |
tree | 3b0234770d69a0bdbe7dfbc34ae3e5aa8f274621 /fs/xfs/xfs_buf_item.h | |
parent | f3944d61ddc65722539ffd7b6f5b7c7217c136cc (diff) |
brd: fix name argument of unregister_blkdev()
The name of brd block device is "ramdisk", it's not "brd".
(The block device is registered by register_blkdev(RAMDISK_MAJOR, "ramdisk")
So it should be unregistered by unregister_blkdev(RAMDISK_MAJOR, "ramdisk")
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/xfs/xfs_buf_item.h')
0 files changed, 0 insertions, 0 deletions