commit | e565d4b962948e70f37f417603caf131a773621b | [log] [tgz] |
---|---|---|
author | Jan Schmidt <list.btrfs@jan-o-sch.net> | Fri Mar 23 17:14:20 2012 +0100 |
committer | Jan Schmidt <list.btrfs@jan-o-sch.net> | Tue Mar 27 14:51:17 2012 +0200 |
tree | e29c3f956cfae30d4b455801579e20b64fd060e3 | |
parent | a175423c831ea582c06784d1e172d2ce1d79923a [diff] |
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>