summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
diff options
context:
space:
mode:
authorQu Wenruo <quwenruo@cn.fujitsu.com>2015-01-20 17:05:33 +0800
committerChris Mason <clm@fb.com>2015-01-20 17:19:40 -0800
commit6c9fe14f9d64cc12401a825a60ec5c5723496ca4 (patch)
tree903739c5be570df4074584df413b10eaf917b536 /fs/f2fs/segment.c
parent6e1103a6e9b19dbdc348077d04a546b626911fc5 (diff)
downloadop-kernel-dev-6c9fe14f9d64cc12401a825a60ec5c5723496ca4.zip
op-kernel-dev-6c9fe14f9d64cc12401a825a60ec5c5723496ca4.tar.gz
btrfs: Fix the bug that fs_info->pending_changes is never cleared.
Fs_info->pending_changes is never cleared since the original code uses cmpxchg(&fs_info->pending_changes, 0, 0), which will only clear it if pending_changes is already 0. This will cause a lot of problem when mount it with inode_cache mount option. If the btrfs is mounted as inode_cache, pending_changes will always be 1, even when the fs is frozen. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Reviewed-by: David Sterba <dsterba@suse.cz> Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs/f2fs/segment.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud