commit | 049c61d08fe7bd49cb432a788040c2502f1ab0ee | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Mon May 09 19:56:33 2016 +0800 |
committer | chrmhoffmann <chrmhoffmann@gmail.com> | Mon Nov 13 22:14:41 2017 +0100 |
tree | 44cb67f65e4c41c9637151dce53935824255e879 | |
parent | f32b2f74c7d37896c1696400f8f7294c00a72e5b [diff] |
f2fs: make atomic/volatile operation exclusive atomic/volatile ioctl interfaces are exposed to user like other file operation interface, it needs to make them getting exclusion against to each other to avoid potential conflict among these operations in concurrent scenario. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>