diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-17 15:05:22 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-08 19:33:24 -0500 |
commit | 10f6327b5d26660e06120ba17cff993cb616b1d2 (patch) | |
tree | ee1bade28f62a896db62570589abcb9c8f6f2936 /fs/btrfs/disk-io.c | |
parent | 6de1d09d9677dce7a04ef485d426821159ab7de9 (diff) | |
download | linux-10f6327b5d26660e06120ba17cff993cb616b1d2.tar.bz2 |
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 'fs/btrfs/disk-io.c')
0 files changed, 0 insertions, 0 deletions