diff options
author | 2011-11-17 15:05:22 -0500 | |
---|---|---|
committer | 2012-01-08 19:33:24 -0500 | |
commit | 10f6327b5d26660e06120ba17cff993cb616b1d2 (patch) | |
tree | ee1bade28f62a896db62570589abcb9c8f6f2936 /drivers/i2c/algos/i2c-algo-bit.c | |
parent | btrfs: fix mount/umount race (diff) | |
download | wireguard-linux-10f6327b5d26660e06120ba17cff993cb616b1d2.tar.xz wireguard-linux-10f6327b5d26660e06120ba17cff993cb616b1d2.zip |
btrfs: fix a deadlock in btrfs_scan_one_device()
pathname resolution under a global mutex, taken on some paths in ->mount()
is a Bad Idea(tm) - think what happens if said pathname resolution triggers
automount of some btrfs instance and walks into attempt to grab the same
mutex. Deadlock - we are waiting for daemon to finish walking the path,
daemon is waiting for us to release the mutex...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/i2c/algos/i2c-algo-bit.c')
0 files changed, 0 insertions, 0 deletions