]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
xfs: skip stale inodes in xfs_iflush_cluster
authorDave Chinner <dchinner@redhat.com>
Wed, 18 May 2016 03:54:23 +0000 (13:54 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 18 May 2016 03:54:23 +0000 (13:54 +1000)
commit7d3aa7fe970791f1a674b14572a411accf2f4d4e
tree1648ba722ac8d92f79717ccc4c412c862c031748
parent51b07f30a71c27405259a0248206ed4e22adbee2
xfs: skip stale inodes in xfs_iflush_cluster

We don't write back stale inodes so we should skip them in
xfs_iflush_cluster, too.

cc: <stable@vger.kernel.org> # 3.10.x-
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_inode.c