commit | 30c62fdb25cc0c55fa442245f7aaab074d2e701a | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Mon Mar 23 10:37:39 2015 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Apr 10 15:08:54 2015 -0700 |
tree | 7b8307fade287e882a164772d569043748bfd607 | |
parent | 84e97c2767f9ed711718b47b8722ddd137f1dfe9 [diff] |
f2fs: persist system.advise into on-disk inode This patch fixes to dirty inode for persisting i_advise of f2fs inode info into on-disk inode if user sets system.advise through setxattr. Otherwise the new value will be lost. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>