]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: actually call btrfs_init_lockdep
authorJan Schmidt <list.btrfs@jan-o-sch.net>
Fri, 23 Mar 2012 16:14:20 +0000 (17:14 +0100)
committerJan Schmidt <list.btrfs@jan-o-sch.net>
Tue, 27 Mar 2012 12:51:17 +0000 (14:51 +0200)
commitd84420429d83747b222def01c6dec31811c2ea0b
treee29c3f956cfae30d4b455801579e20b64fd060e3
parenta4e73b04a08e2b5a494a1ed160cb06697dd06d24
Btrfs: actually call btrfs_init_lockdep

btrfs_init_lockdep only makes our lockdep class names look prettier, thus
it did never hurt we forgot to actually call it. This turns our lockdep
identifier strings from lockdep auto-set #[id] into really pretty
"btrfs-fs-01" or "btrfs-csum-03".

Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>
fs/btrfs/super.c