diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2012-04-12 16:03:56 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2012-04-12 16:03:56 -0400 |
commit | c6664b42c4e567792abdb17c958fb01c5bcfcb3a (patch) | |
tree | 41a5f7e6f6507db58103ed3d96f3154e0fe04331 /fs/eventfd.c | |
parent | b89203f74bdfcb15407d54d3f257b16a2ea19e62 (diff) | |
download | linux-stable-c6664b42c4e567792abdb17c958fb01c5bcfcb3a.tar.gz linux-stable-c6664b42c4e567792abdb17c958fb01c5bcfcb3a.tar.bz2 linux-stable-c6664b42c4e567792abdb17c958fb01c5bcfcb3a.zip |
Btrfs: remove lock assert from get_restripe_target()
This fixes a regression introduced by fc67c450. spin_is_locked() always
returns 0 on UP kernels, which caused assert in get_restripe_target() to
be fired on every call from btrfs_reduce_alloc_profile() on UP systems.
Remove it completely for now, it's not clear if it's going to be needed
in future.
Reported-by: Bobby Powers <bobbypowers@gmail.com>
Reported-by: Mitch Harder <mitch.harder@sabayonlinux.org>
Tested-by: Mitch Harder <mitch.harder@sabayonlinux.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/eventfd.c')
0 files changed, 0 insertions, 0 deletions