aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c
diff options
context:
space:
mode:
authorJan Kara <[email protected]>2012-03-09 15:26:07 +0000
committerFengguang Wu <[email protected]>2012-03-21 07:26:47 +0000
commitf469ec9c5b95dfed60d5d628e1a8cecfc1f92d7a (patch)
treedaee82683fc13e29a3b92d39fd7a6a8a06288d69 /fs/proc/array.c
parentMerge tag 'fixes-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... (diff)
downloadkernel-f469ec9c5b95dfed60d5d628e1a8cecfc1f92d7a.tar.gz
kernel-f469ec9c5b95dfed60d5d628e1a8cecfc1f92d7a.zip
fs: Remove bogus wait in write_inode_now()
inode_sync_wait() in write_inode_now() is just bogus. That function waits for I_SYNC bit to be cleared but writeback_single_inode() clears the bit on return so the wait is effectivelly a nop unless someone else submits the inode for writeback again. All the waiting write_inode_now() needs is achieved by using WB_SYNC_ALL writeback mode. Signed-off-by: Jan Kara <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Fengguang Wu <[email protected]>
Diffstat (limited to 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions