diff options
Diffstat (limited to 'fs/btrfs/inode-map.c')
-rw-r--r-- | fs/btrfs/inode-map.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/btrfs/inode-map.c b/fs/btrfs/inode-map.c index cb79b8975c9f..b4087e0fa871 100644 --- a/fs/btrfs/inode-map.c +++ b/fs/btrfs/inode-map.c | |||
@@ -62,8 +62,7 @@ again: | |||
62 | goto out; | 62 | goto out; |
63 | 63 | ||
64 | while (1) { | 64 | while (1) { |
65 | smp_mb(); | 65 | if (btrfs_fs_closing(fs_info)) |
66 | if (fs_info->closing) | ||
67 | goto out; | 66 | goto out; |
68 | 67 | ||
69 | leaf = path->nodes[0]; | 68 | leaf = path->nodes[0]; |