diff options
author | Gu Zheng <guz.fnst@cn.fujitsu.com> | 2014-02-21 18:08:29 +0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2014-02-24 16:00:40 +0900 |
commit | f978f5a0616d18f303d9c8f51c293a03bc09dbaf (patch) | |
tree | b980450e4d7b915a8bc416fbd5d23813eed4d8cc /fs/f2fs/f2fs.h | |
parent | fffc2a00fc01b781c1e3b9541e3e0f270c50ce90 (diff) | |
download | talos-op-linux-f978f5a0616d18f303d9c8f51c293a03bc09dbaf.tar.gz talos-op-linux-f978f5a0616d18f303d9c8f51c293a03bc09dbaf.zip |
f2fs: introduce help macro on_build_free_nids()
Introduce help macro on_build_free_nids() which just uses build_lock
to judge whether the building free nid is going, so that we can remove
the on_build_free_nids field from f2fs_sb_info.
Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
[Jaegeuk Kim: remove an unnecessary white line removal]
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r-- | fs/f2fs/f2fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 91f4c5e7b6a2..c56e67b468da 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h @@ -417,7 +417,6 @@ struct f2fs_sb_info { struct mutex node_write; /* locking node writes */ struct mutex writepages; /* mutex for writepages() */ bool por_doing; /* recovery is doing or not */ - bool on_build_free_nids; /* build_free_nids is doing */ wait_queue_head_t cp_wait; /* for orphan inode management */ |