f2fs: persist system.advise into on-disk inode
authorChao Yu <chao2.yu@samsung.com>
Mon, 23 Mar 2015 02:37:39 +0000 (10:37 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 10 Apr 2015 22:08:54 +0000 (15:08 -0700)
commit30c62fdb25cc0c55fa442245f7aaab074d2e701a
tree7b8307fade287e882a164772d569043748bfd607
parent84e97c2767f9ed711718b47b8722ddd137f1dfe9
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>
fs/f2fs/xattr.c
This page took 0.027363 seconds and 5 git commands to generate.