Searched hist:a0d00fad353d4a315f54fb345aa1c65b3771389b (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | data.c | diff a0d00fad353d4a315f54fb345aa1c65b3771389b Mon Oct 09 04:55:19 CDT 2017 Chao Yu <yuchao0@huawei.com> f2fs: fix to avoid race when accessing last_disk_size
last_disk_size could be wrong due to concurrently updating, so using i_sem semaphore to make last_disk_size updating exclusive to fix this issue.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | file.c | diff a0d00fad353d4a315f54fb345aa1c65b3771389b Mon Oct 09 04:55:19 CDT 2017 Chao Yu <yuchao0@huawei.com> f2fs: fix to avoid race when accessing last_disk_size
last_disk_size could be wrong due to concurrently updating, so using i_sem semaphore to make last_disk_size updating exclusive to fix this issue.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff a0d00fad353d4a315f54fb345aa1c65b3771389b Mon Oct 09 04:55:19 CDT 2017 Chao Yu <yuchao0@huawei.com> f2fs: fix to avoid race when accessing last_disk_size
last_disk_size could be wrong due to concurrently updating, so using i_sem semaphore to make last_disk_size updating exclusive to fix this issue.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|