f2fs-tools: change to use #pragma pack(push, 1)
authorHyojun Kim <hyojun@google.com>
Thu, 1 Mar 2018 21:22:01 +0000 (13:22 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 3 Apr 2018 07:10:08 +0000 (00:10 -0700)
commitf7f93c754dd5d5799549e5ce34de38932095414a
tree57e5db98225f33c9cabf42cab58f05069cf6b623
parent74bd6a84699fa15662a16c484d70736a7b314107
f2fs-tools: change to use #pragma pack(push, 1)

It was reported that #pragma pack(1) could create unwanted
influences. pack(push, 1) and pack(pop) are used instead.

Signed-off-by: Hyojun Kim <hyojun@google.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
include/f2fs_fs.h
include/quota.h